Package org.keycloak.adapters.wildfly
Class WildflyKeycloakServletExtension
- java.lang.Object
-
- org.keycloak.adapters.undertow.KeycloakServletExtension
-
- org.keycloak.adapters.wildfly.WildflyKeycloakServletExtension
-
- All Implemented Interfaces:
io.undertow.servlet.ServletExtension
public class WildflyKeycloakServletExtension extends KeycloakServletExtension
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.logging.Loggerlog
-
Constructor Summary
Constructors Constructor Description WildflyKeycloakServletExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServletKeycloakAuthMechcreateAuthenticationMechanism(io.undertow.servlet.api.DeploymentInfo deploymentInfo, AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, NodesRegistrationManagement nodesRegistrationManagement)-
Methods inherited from class org.keycloak.adapters.undertow.KeycloakServletExtension
getErrorPage, handleDeployment, isAuthenticationMechanismPresent
-
-
-
-
Method Detail
-
createAuthenticationMechanism
protected ServletKeycloakAuthMech createAuthenticationMechanism(io.undertow.servlet.api.DeploymentInfo deploymentInfo, AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, NodesRegistrationManagement nodesRegistrationManagement)
- Overrides:
createAuthenticationMechanismin classKeycloakServletExtension
-
-