Uses of Class
org.keycloak.adapters.RequestAuthenticator
-
Packages that use RequestAuthenticator Package Description org.keycloak.adapters -
-
Uses of RequestAuthenticator in org.keycloak.adapters
Fields in org.keycloak.adapters declared as RequestAuthenticator Modifier and Type Field Description protected RequestAuthenticatorOAuthRequestAuthenticator. reqAuthenticatorMethods in org.keycloak.adapters with parameters of type RequestAuthenticator Modifier and Type Method Description booleanAdapterTokenStore. isCached(RequestAuthenticator authenticator)Check if we are logged already (we have already valid and successfully refreshed accessToken).Constructors in org.keycloak.adapters with parameters of type RequestAuthenticator Constructor Description OAuthRequestAuthenticator(RequestAuthenticator requestAuthenticator, HttpFacade facade, KeycloakDeployment deployment, int sslRedirectPort, AdapterSessionStore tokenStore)
-