Modifier and Type | Field and Description |
---|---|
protected AdapterTokenStore |
RequestAuthenticator.tokenStore |
protected AdapterTokenStore |
RefreshableKeycloakSecurityContext.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 | Class and Description |
---|---|
class |
JettyCookieTokenStore
Handle storage of token info in cookie.
|
class |
JettySessionTokenStore
Handle storage of token info in HTTP Session.
|
Modifier and Type | Method and Description |
---|---|
static AdapterTokenStore |
AbstractKeycloakJettyAuthenticator.getTokenStore(org.eclipse.jetty.server.Request request,
HttpFacade facade,
KeycloakDeployment resolvedDeployment) |
Modifier and Type | Method and Description |
---|---|
protected AbstractJettyRequestAuthenticator |
KeycloakJettyAuthenticator.createRequestAuthenticator(org.eclipse.jetty.server.Request request,
JettyHttpFacade facade,
KeycloakDeployment deployment,
AdapterTokenStore tokenStore) |
protected abstract AbstractJettyRequestAuthenticator |
AbstractKeycloakJettyAuthenticator.createRequestAuthenticator(org.eclipse.jetty.server.Request request,
JettyHttpFacade facade,
KeycloakDeployment deployment,
AdapterTokenStore tokenStore) |
Constructor and Description |
---|
AbstractJettyRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
AdapterTokenStore tokenStore,
int sslRedirectPort,
AbstractKeycloakJettyAuthenticator valve,
org.eclipse.jetty.server.Request request) |
JettyRequestAuthenticator(KeycloakDeployment deployment,
AbstractKeycloakJettyAuthenticator valve,
AdapterTokenStore tokenStore,
JettyHttpFacade facade,
org.eclipse.jetty.server.Request request) |
Modifier and Type | Method and Description |
---|---|
protected AdapterTokenStore |
AbstractKeycloakAuthenticatorValve.getTokenStore(org.apache.catalina.connector.Request request,
HttpFacade facade,
KeycloakDeployment resolvedDeployment) |
Constructor and Description |
---|
CatalinaRequestAuthenticator(KeycloakDeployment deployment,
AbstractKeycloakAuthenticatorValve valve,
AdapterTokenStore tokenStore,
CatalinaHttpFacade facade,
org.apache.catalina.connector.Request request,
GenericPrincipalFactory principalFactory) |
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 |
ServletKeycloakAuthMech.getTokenStore(io.undertow.server.HttpServerExchange exchange,
HttpFacade facade,
KeycloakDeployment deployment,
io.undertow.security.api.SecurityContext securityContext) |
protected AdapterTokenStore |
AbstractUndertowKeycloakAuthMech.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 |
---|
AbstractUndertowRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
AdapterTokenStore tokenStore) |
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.