Package | Description |
---|---|
org.keycloak.adapters.undertow | |
org.keycloak.adapters.wildfly |
Modifier and Type | Field and Description |
---|---|
protected UndertowUserSessionManagement |
UndertowRequestAuthenticator.userSessionManagement |
protected UndertowUserSessionManagement |
SessionManagementBridge.userSessionManagement |
protected UndertowUserSessionManagement |
ServletPreAuthActionsHandler.userSessionManagement |
protected UndertowUserSessionManagement |
ServletPreAuthActionsHandler.Wrapper.userSessionManagement |
protected UndertowUserSessionManagement |
ServletKeycloakAuthMech.userSessionManagement |
Modifier and Type | Method and Description |
---|---|
protected ServletKeycloakAuthMech |
KeycloakServletExtension.createAuthenticationMechanism(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement) |
Constructor and Description |
---|
ServletKeycloakAuthMech(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
io.undertow.servlet.api.ConfidentialPortManager portManager) |
ServletPreAuthActionsHandler.Wrapper(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement) |
ServletPreAuthActionsHandler(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
io.undertow.server.HttpHandler next) |
ServletRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
UndertowUserSessionManagement userSessionManagement) |
SessionManagementBridge(UndertowUserSessionManagement userSessionManagement,
io.undertow.server.session.SessionManager sessionManager) |
UndertowRequestAuthenticator(HttpFacade facade,
KeycloakDeployment deployment,
int sslRedirectPort,
io.undertow.security.api.SecurityContext securityContext,
io.undertow.server.HttpServerExchange exchange,
UndertowUserSessionManagement userSessionManagement) |
Modifier and Type | Method and Description |
---|---|
protected ServletKeycloakAuthMech |
WildflyKeycloakServletExtension.createAuthenticationMechanism(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement) |
Constructor and Description |
---|
WildflyAuthenticationMechanism(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
io.undertow.servlet.api.ConfidentialPortManager portManager) |
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.