Package org.keycloak.adapters.undertow
Class ServletPreAuthActionsHandler
- java.lang.Object
-
- org.keycloak.adapters.undertow.ServletPreAuthActionsHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ServletPreAuthActionsHandler extends Object implements io.undertow.server.HttpHandler
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServletPreAuthActionsHandler.Wrapper
-
Field Summary
Fields Modifier and Type Field Description protected AdapterDeploymentContextdeploymentContextprotected io.undertow.server.HttpHandlernextprotected UndertowUserSessionManagementuserSessionManagement
-
Constructor Summary
Constructors Modifier Constructor Description protectedServletPreAuthActionsHandler(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, io.undertow.server.HttpHandler next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Field Detail
-
next
protected io.undertow.server.HttpHandler next
-
userSessionManagement
protected UndertowUserSessionManagement userSessionManagement
-
deploymentContext
protected AdapterDeploymentContext deploymentContext
-
-
Constructor Detail
-
ServletPreAuthActionsHandler
protected ServletPreAuthActionsHandler(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, io.undertow.server.HttpHandler next)
-
-