Package org.keycloak.adapters.undertow
Class ServletPreAuthActionsHandler
java.lang.Object
org.keycloak.adapters.undertow.ServletPreAuthActionsHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdapterDeploymentContextprotected io.undertow.server.HttpHandlerprotected UndertowUserSessionManagement -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedServletPreAuthActionsHandler(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, io.undertow.server.HttpHandler next) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
Field Details
-
next
protected io.undertow.server.HttpHandler next -
userSessionManagement
-
deploymentContext
-
-
Constructor Details
-
ServletPreAuthActionsHandler
protected ServletPreAuthActionsHandler(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, io.undertow.server.HttpHandler next)
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
Exception
-