Package org.keycloak.adapters.undertow
Class UndertowAuthenticationMechanism
- java.lang.Object
-
- org.keycloak.adapters.undertow.AbstractUndertowKeycloakAuthMech
-
- org.keycloak.adapters.undertow.UndertowAuthenticationMechanism
-
- All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanism
public class UndertowAuthenticationMechanism extends AbstractUndertowKeycloakAuthMech
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected intconfidentialPortprotected NodesRegistrationManagementnodesRegistrationManagement-
Fields inherited from class org.keycloak.adapters.undertow.AbstractUndertowKeycloakAuthMech
deploymentContext, errorPage, KEYCLOAK_CHALLENGE_ATTACHMENT_KEY, sessionManagement
-
-
Constructor Summary
Constructors Constructor Description UndertowAuthenticationMechanism(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement sessionManagement, NodesRegistrationManagement nodesRegistrationManagement, int confidentialPort, String errorPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcomeauthenticate(io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext)-
Methods inherited from class org.keycloak.adapters.undertow.AbstractUndertowKeycloakAuthMech
createFacade, getTokenStore, keycloakAuthenticate, registerNotifications, sendChallenge, servePage
-
-
-
-
Field Detail
-
nodesRegistrationManagement
protected NodesRegistrationManagement nodesRegistrationManagement
-
confidentialPort
protected int confidentialPort
-
-
Constructor Detail
-
UndertowAuthenticationMechanism
public UndertowAuthenticationMechanism(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement sessionManagement, NodesRegistrationManagement nodesRegistrationManagement, int confidentialPort, String errorPage)
-
-