Uses of Class
org.wildfly.security.http.oidc.RequestAuthenticator
-
Packages that use RequestAuthenticator Package Description org.wildfly.security.http.oidc -
-
Uses of RequestAuthenticator in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc declared as RequestAuthenticator Modifier and Type Field Description protected RequestAuthenticatorOidcRequestAuthenticator. reqAuthenticatorMethods in org.wildfly.security.http.oidc that return RequestAuthenticator Modifier and Type Method Description private RequestAuthenticatorOidcAuthenticationMechanism. createRequestAuthenticator(OidcHttpFacade httpFacade, OidcClientConfiguration deployment)Methods in org.wildfly.security.http.oidc with parameters of type RequestAuthenticator Modifier and Type Method Description booleanOidcCookieTokenStore. 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 RequestAuthenticator Constructor Description OidcRequestAuthenticator(RequestAuthenticator requestAuthenticator, OidcHttpFacade facade, OidcClientConfiguration deployment, int sslRedirectPort, OidcTokenStore tokenStore)
-