Package | Description |
---|---|
org.keycloak.adapters.undertow | |
org.keycloak.adapters.wildfly | |
org.keycloak.proxy |
Modifier and Type | Field and Description |
---|---|
protected UndertowUserSessionManagement |
AbstractUndertowKeycloakAuthMech.sessionManagement |
protected UndertowUserSessionManagement |
UndertowPreAuthActionsHandler.userSessionManagement |
protected UndertowUserSessionManagement |
SessionManagementBridge.userSessionManagement |
protected UndertowUserSessionManagement |
ServletPreAuthActionsHandler.userSessionManagement |
protected UndertowUserSessionManagement |
ServletPreAuthActionsHandler.Wrapper.userSessionManagement |
Modifier and Type | Method and Description |
---|---|
protected ServletKeycloakAuthMech |
KeycloakServletExtension.createAuthenticationMechanism(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
NodesRegistrationManagement nodesRegistrationManagement) |
Constructor and Description |
---|
AbstractUndertowKeycloakAuthMech(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement sessionManagement) |
ServletKeycloakAuthMech(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
NodesRegistrationManagement nodesRegistrationManagement,
io.undertow.servlet.api.ConfidentialPortManager portManager) |
ServletPreAuthActionsHandler.Wrapper(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement) |
ServletPreAuthActionsHandler(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
io.undertow.server.HttpHandler next) |
ServletSessionTokenStore(io.undertow.server.HttpServerExchange exchange,
KeycloakDeployment deployment,
UndertowUserSessionManagement sessionManagement,
io.undertow.security.api.SecurityContext securityContext) |
SessionManagementBridge(UndertowUserSessionManagement userSessionManagement,
io.undertow.server.session.SessionManager sessionManager) |
UndertowAuthenticationMechanism(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement sessionManagement,
NodesRegistrationManagement nodesRegistrationManagement,
int confidentialPort) |
UndertowPreAuthActionsHandler(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
io.undertow.server.session.SessionManager sessionManager,
io.undertow.server.HttpHandler next) |
UndertowSessionTokenStore(io.undertow.server.HttpServerExchange exchange,
KeycloakDeployment deployment,
UndertowUserSessionManagement sessionManagement,
io.undertow.security.api.SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
protected ServletKeycloakAuthMech |
WildflyKeycloakServletExtension.createAuthenticationMechanism(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
NodesRegistrationManagement nodesRegistrationManagement) |
Constructor and Description |
---|
WildflyAuthenticationMechanism(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
NodesRegistrationManagement nodesRegistrationManagement,
io.undertow.servlet.api.ConfidentialPortManager portManager) |
Modifier and Type | Field and Description |
---|---|
protected UndertowUserSessionManagement |
ProxyServerBuilder.ApplicationBuilder.userSessionManagement |
Copyright © 2014. All Rights Reserved.