| Package | Description |
|---|---|
| org.keycloak.adapters | |
| org.keycloak.adapters.as7 | |
| org.keycloak.adapters.tomcat7 | |
| 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) |
| 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 | Method and Description |
|---|---|
boolean |
CatalinaCookieTokenStore.isCached(RequestAuthenticator authenticator) |
boolean |
CatalinaSessionTokenStore.isCached(RequestAuthenticator authenticator) |
| Modifier and Type | Class and Description |
|---|---|
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 |
UndertowKeycloakAuthMech.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 © 2014. All Rights Reserved.