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 AdapterTokenStore |
RefreshableKeycloakSecurityContext.tokenStore |
protected AdapterTokenStore |
RequestAuthenticator.tokenStore |
Modifier and Type | Method and Description |
---|---|
static KeycloakPrincipal<RefreshableKeycloakSecurityContext> |
CookieTokenStore.getPrincipalFromCookie(KeycloakDeployment deployment,
HttpFacade facade,
AdapterTokenStore tokenStore) |
void |
RefreshableKeycloakSecurityContext.setCurrentRequestInfo(KeycloakDeployment deployment,
AdapterTokenStore tokenStore) |
Constructor and Description |
---|
RefreshableKeycloakSecurityContext(KeycloakDeployment deployment,
AdapterTokenStore tokenStore,
String tokenString,
AccessToken token,
String idTokenString,
IDToken idToken,
String refreshToken) |
RequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
AdapterTokenStore tokenStore,
int sslRedirectPort) |
Modifier and Type | Class and Description |
---|---|
class |
CatalinaCookieTokenStore
Handle storage of token info in cookie.
|
class |
CatalinaSessionTokenStore
Handle storage of token info in HTTP Session.
|
Modifier and Type | Method and Description |
---|---|
protected AdapterTokenStore |
KeycloakAuthenticatorValve.getTokenStore(org.apache.catalina.connector.Request request,
HttpFacade facade,
KeycloakDeployment resolvedDeployment) |
Constructor and Description |
---|
CatalinaRequestAuthenticator(KeycloakDeployment deployment,
KeycloakAuthenticatorValve valve,
AdapterTokenStore tokenStore,
CatalinaHttpFacade facade,
org.apache.catalina.connector.Request request) |
Modifier and Type | Method and Description |
---|---|
protected AdapterTokenStore |
KeycloakAuthenticatorValve.getTokenStore(org.apache.catalina.connector.Request request,
HttpFacade facade,
KeycloakDeployment resolvedDeployment) |
Constructor and Description |
---|
CatalinaRequestAuthenticator(KeycloakDeployment deployment,
KeycloakAuthenticatorValve valve,
AdapterTokenStore tokenStore,
CatalinaHttpFacade facade,
org.apache.catalina.connector.Request request) |
Modifier and Type | Class and Description |
---|---|
class |
ServletSessionTokenStore
Per-request object.
|
class |
UndertowCookieTokenStore
Per-request object.
|
class |
UndertowSessionTokenStore
Per-request object.
|
Modifier and Type | Method and Description |
---|---|
protected AdapterTokenStore |
UndertowKeycloakAuthMech.getTokenStore(io.undertow.server.HttpServerExchange exchange,
HttpFacade facade,
KeycloakDeployment deployment,
io.undertow.security.api.SecurityContext securityContext) |
protected AdapterTokenStore |
ServletKeycloakAuthMech.getTokenStore(io.undertow.server.HttpServerExchange exchange,
HttpFacade facade,
KeycloakDeployment deployment,
io.undertow.security.api.SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakUndertowAccount.setCurrentRequestInfo(KeycloakDeployment deployment,
AdapterTokenStore tokenStore) |
Constructor and Description |
---|
ServletRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
AdapterTokenStore tokenStore) |
UndertowRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
AdapterTokenStore tokenStore) |
Constructor and Description |
---|
WildflyRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
AdapterTokenStore tokenStore) |
Copyright © 2014. All Rights Reserved.