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 HttpFacade |
PreAuthActionsHandler.facade |
protected HttpFacade |
AuthenticatedActionsHandler.facade |
protected HttpFacade |
RequestAuthenticator.facade |
protected HttpFacade |
OAuthRequestAuthenticator.facade |
Modifier and Type | Method and Description |
---|---|
AuthOutcome |
BearerTokenRequestAuthenticator.authenticate(HttpFacade exchange) |
boolean |
AuthChallenge.challenge(HttpFacade exchange) |
protected AuthChallenge |
BearerTokenRequestAuthenticator.challengeResponse(HttpFacade facade,
String error,
String description) |
protected KeycloakUriBuilder |
AdapterDeploymentContext.getBaseBuilder(HttpFacade facade,
String base) |
KeycloakDeployment |
AdapterDeploymentContext.resolveDeployment(HttpFacade facade)
Resolve adapter deployment based on partial adapter configuration.
|
Constructor and Description |
---|
AuthenticatedActionsHandler(KeycloakDeployment deployment,
HttpFacade facade) |
OAuthRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort) |
PreAuthActionsHandler(UserSessionManagement userSessionManagement,
AdapterDeploymentContext deploymentContext,
HttpFacade facade) |
RequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment) |
RequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort) |
Modifier and Type | Class and Description |
---|---|
class |
CatalinaHttpFacade |
Modifier and Type | Method and Description |
---|---|
protected void |
KeycloakAuthenticatorValve.checkKeycloakSession(org.apache.catalina.connector.Request request,
HttpFacade facade)
Checks that access token is still valid.
|
Modifier and Type | Method and Description |
---|---|
protected void |
KeycloakAuthenticatorValve.checkKeycloakSession(org.apache.catalina.connector.Request request,
HttpFacade facade)
Checks that access token is still valid.
|
Modifier and Type | Class and Description |
---|---|
class |
UndertowHttpFacade |
Constructor and Description |
---|
ServletRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
UndertowUserSessionManagement userSessionManagement) |
UndertowRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
UndertowUserSessionManagement userSessionManagement) |
Constructor and Description |
---|
WildflyRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
UndertowUserSessionManagement userSessionManagement) |
Copyright © 2015. All Rights Reserved.