Package org.keycloak.adapters.undertow
Class ServletPreAuthActionsHandler.Wrapper
java.lang.Object
org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.Wrapper
- All Implemented Interfaces:
io.undertow.server.HandlerWrapper
- Enclosing class:
- ServletPreAuthActionsHandler
public static class ServletPreAuthActionsHandler.Wrapper
extends Object
implements io.undertow.server.HandlerWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdapterDeploymentContextprotected UndertowUserSessionManagement -
Constructor Summary
ConstructorsConstructorDescriptionWrapper(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement) -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.server.HttpHandlerwrap(io.undertow.server.HttpHandler handler)
-
Field Details
-
deploymentContext
-
userSessionManagement
-
-
Constructor Details
-
Wrapper
public Wrapper(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement)
-
-
Method Details
-
wrap
public io.undertow.server.HttpHandler wrap(io.undertow.server.HttpHandler handler) - Specified by:
wrapin interfaceio.undertow.server.HandlerWrapper
-