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 RequestAuthenticator
OidcRequestAuthenticator. reqAuthenticator
Methods in org.wildfly.security.http.oidc that return RequestAuthenticator Modifier and Type Method Description private RequestAuthenticator
OidcAuthenticationMechanism. createRequestAuthenticator(OidcHttpFacade httpFacade, OidcClientConfiguration deployment)
Methods in org.wildfly.security.http.oidc with parameters of type RequestAuthenticator Modifier and Type Method Description boolean
OidcCookieTokenStore. isCached(RequestAuthenticator authenticator)
boolean
OidcSessionTokenStore. isCached(RequestAuthenticator authenticator)
boolean
OidcTokenStore. 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)
-