public class ServletPreAuthActionsHandler extends Object implements io.undertow.server.HttpHandler
Modifier and Type | Class and Description |
---|---|
static class |
ServletPreAuthActionsHandler.Wrapper |
Modifier and Type | Field and Description |
---|---|
protected AdapterDeploymentContext |
deploymentContext |
protected io.undertow.server.HttpHandler |
next |
protected UndertowUserSessionManagement |
userSessionManagement |
Modifier | Constructor and Description |
---|---|
protected |
ServletPreAuthActionsHandler(AdapterDeploymentContext deploymentContext,
UndertowUserSessionManagement userSessionManagement,
io.undertow.server.HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
protected io.undertow.server.HttpHandler next
protected UndertowUserSessionManagement userSessionManagement
protected AdapterDeploymentContext deploymentContext
protected ServletPreAuthActionsHandler(AdapterDeploymentContext deploymentContext, UndertowUserSessionManagement userSessionManagement, io.undertow.server.HttpHandler next)
Copyright © 2020 JBoss by Red Hat. All rights reserved.