Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.adapters.jetty.core | |
org.keycloak.adapters.tomcat | |
org.keycloak.adapters.undertow | |
org.keycloak.adapters.wildfly |
Modifier and Type | Field and Description |
---|---|
protected RequestAuthenticator |
OAuthRequestAuthenticator.reqAuthenticator |
Modifier and Type | Method and Description |
---|---|
boolean |
AdapterTokenStore.isCached(RequestAuthenticator authenticator)
Check if we are logged already (we have already valid and successfully refreshed accessToken).
|
Constructor and Description |
---|
OAuthRequestAuthenticator(RequestAuthenticator requestAuthenticator,
HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
AdapterTokenStore tokenStore) |
Modifier and Type | Class and Description |
---|---|
class |
JettyRequestAuthenticator |
Modifier and Type | Method and Description |
---|---|
boolean |
JettyCookieTokenStore.isCached(RequestAuthenticator authenticator) |
boolean |
AbstractJettySessionTokenStore.isCached(RequestAuthenticator authenticator) |
Modifier and Type | Class and Description |
---|---|
class |
CatalinaRequestAuthenticator |
Modifier and Type | Method and Description |
---|---|
boolean |
CatalinaCookieTokenStore.isCached(RequestAuthenticator authenticator) |
boolean |
CatalinaSessionTokenStore.isCached(RequestAuthenticator authenticator) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUndertowRequestAuthenticator |
class |
ServletRequestAuthenticator |
class |
UndertowRequestAuthenticator |
Modifier and Type | Method and Description |
---|---|
protected RequestAuthenticator |
ServletKeycloakAuthMech.createRequestAuthenticator(KeycloakDeployment deployment,
io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext,
UndertowHttpFacade facade) |
Modifier and Type | Method and Description |
---|---|
boolean |
UndertowCookieTokenStore.isCached(RequestAuthenticator authenticator) |
boolean |
UndertowSessionTokenStore.isCached(RequestAuthenticator authenticator) |
boolean |
ServletSessionTokenStore.isCached(RequestAuthenticator authenticator) |
protected io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome |
AbstractUndertowKeycloakAuthMech.keycloakAuthenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext,
RequestAuthenticator authenticator)
Call this inside your authenticate method.
|
Modifier and Type | Class and Description |
---|---|
class |
WildflyRequestAuthenticator |
Copyright © 2015. All Rights Reserved.