Package org.keycloak.adapters.undertow
Class ServletKeycloakAuthMech
java.lang.Object
org.keycloak.adapters.undertow.AbstractUndertowKeycloakAuthMech
org.keycloak.adapters.undertow.ServletKeycloakAuthMech
- All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanism
- Version:
- $Revision: 1 $
- Author:
- Bill Burke, Stan Silvert ssilvert@redhat.com (C) 2014 Red Hat Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.undertow.security.api.AuthenticationMechanism
io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome, io.undertow.security.api.AuthenticationMechanism.ChallengeResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NodesRegistrationManagementprotected io.undertow.servlet.api.ConfidentialPortManagerFields inherited from class org.keycloak.adapters.undertow.AbstractUndertowKeycloakAuthMech
deploymentContext, errorPage, KEYCLOAK_CHALLENGE_ATTACHMENT_KEY, sessionManagement -
Constructor Summary
ConstructorsConstructorDescriptionServletKeycloakAuthMech(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, NodesRegistrationManagement nodesRegistrationManagement, io.undertow.servlet.api.ConfidentialPortManager portManager, String errorPage) -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcomeauthenticate(io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext) createFacade(io.undertow.server.HttpServerExchange exchange) protected RequestAuthenticatorcreateRequestAuthenticator(KeycloakDeployment deployment, io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext, UndertowHttpFacade facade) protected intgetConfidentilPort(io.undertow.server.HttpServerExchange exchange) protected AdapterTokenStoregetTokenStore(io.undertow.server.HttpServerExchange exchange, HttpFacade facade, KeycloakDeployment deployment, io.undertow.security.api.SecurityContext securityContext) protected IntegerMethods inherited from class org.keycloak.adapters.undertow.AbstractUndertowKeycloakAuthMech
keycloakAuthenticate, registerNotifications, sendChallenge
-
Field Details
-
nodesRegistrationManagement
-
portManager
protected io.undertow.servlet.api.ConfidentialPortManager portManager
-
-
Constructor Details
-
ServletKeycloakAuthMech
public ServletKeycloakAuthMech(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, NodesRegistrationManagement nodesRegistrationManagement, io.undertow.servlet.api.ConfidentialPortManager portManager, String errorPage)
-
-
Method Details
-
servePage
- Overrides:
servePagein classAbstractUndertowKeycloakAuthMech
-
authenticate
public io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome authenticate(io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext) -
createRequestAuthenticator
protected RequestAuthenticator createRequestAuthenticator(KeycloakDeployment deployment, io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext, UndertowHttpFacade facade) -
getConfidentilPort
protected int getConfidentilPort(io.undertow.server.HttpServerExchange exchange) -
getTokenStore
protected AdapterTokenStore getTokenStore(io.undertow.server.HttpServerExchange exchange, HttpFacade facade, KeycloakDeployment deployment, io.undertow.security.api.SecurityContext securityContext) - Overrides:
getTokenStorein classAbstractUndertowKeycloakAuthMech
-
createFacade
- Overrides:
createFacadein classAbstractUndertowKeycloakAuthMech
-