Uses of Class
org.keycloak.adapters.RequestAuthenticator
Packages that use RequestAuthenticator
-
Uses of RequestAuthenticator in org.keycloak.adapters
Fields in org.keycloak.adapters declared as RequestAuthenticatorModifier and TypeFieldDescriptionprotected RequestAuthenticatorOAuthRequestAuthenticator.reqAuthenticatorMethods in org.keycloak.adapters with parameters of type RequestAuthenticatorModifier and TypeMethodDescriptionbooleanAdapterTokenStore.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 RequestAuthenticatorModifierConstructorDescriptionOAuthRequestAuthenticator(RequestAuthenticator requestAuthenticator, HttpFacade facade, KeycloakDeployment deployment, int sslRedirectPort, AdapterSessionStore tokenStore)