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 AdapterDeploymentContext |
PreAuthActionsHandler.deploymentContext |
Constructor and Description |
---|
PreAuthActionsHandler(UserSessionManagement userSessionManagement,
AdapterDeploymentContext deploymentContext,
HttpFacade facade) |
Modifier and Type | Field and Description |
---|---|
protected AdapterDeploymentContext |
KeycloakAuthenticatorValve.deploymentContext |
protected AdapterDeploymentContext |
AuthenticatedActionsValve.deploymentContext |
Constructor and Description |
---|
AuthenticatedActionsValve(AdapterDeploymentContext deploymentContext,
org.apache.catalina.Valve next,
org.apache.catalina.Container container,
ObjectName controller) |
Modifier and Type | Field and Description |
---|---|
protected AdapterDeploymentContext |
KeycloakAuthenticatorValve.deploymentContext |
protected AdapterDeploymentContext |
AuthenticatedActionsValve.deploymentContext |
Constructor and Description |
---|
AuthenticatedActionsValve(AdapterDeploymentContext deploymentContext,
org.apache.catalina.Valve next,
org.apache.catalina.Container container,
ObjectName controller) |
Modifier and Type | Field and Description |
---|---|
protected AdapterDeploymentContext |
UndertowAuthenticatedActionsHandler.deploymentContext |
protected AdapterDeploymentContext |
UndertowAuthenticatedActionsHandler.Wrapper.deploymentContext |
protected AdapterDeploymentContext |
ServletPreAuthActionsHandler.deploymentContext |
protected AdapterDeploymentContext |
ServletPreAuthActionsHandler.Wrapper.deploymentContext |
protected AdapterDeploymentContext |
ServletKeycloakAuthMech.deploymentContext |
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) |
UndertowAuthenticatedActionsHandler.Wrapper(AdapterDeploymentContext deploymentContext) |
UndertowAuthenticatedActionsHandler(AdapterDeploymentContext deploymentContext,
io.undertow.server.HttpHandler next) |
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) |
Copyright © 2014. All Rights Reserved.