Uses of Class
org.wildfly.security.http.oidc.RequestAuthenticator
-
Uses of RequestAuthenticator in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc declared as RequestAuthenticatorModifier and TypeFieldDescriptionprotected RequestAuthenticatorOidcRequestAuthenticator.reqAuthenticatorMethods in org.wildfly.security.http.oidc with parameters of type RequestAuthenticatorModifier and TypeMethodDescriptionbooleanOidcCookieTokenStore.isCached(RequestAuthenticator authenticator) booleanOidcSessionTokenStore.isCached(RequestAuthenticator authenticator) booleanOidcTokenStore.isCached(RequestAuthenticator authenticator) Check if we are already logged in (i.e., check if we have a valid and successfully refreshed access token).Constructors in org.wildfly.security.http.oidc with parameters of type RequestAuthenticatorModifierConstructorDescriptionOidcRequestAuthenticator(RequestAuthenticator requestAuthenticator, OidcHttpFacade facade, OidcClientConfiguration deployment, int sslRedirectPort, OidcTokenStore tokenStore)