HttpHandler
SecurityInitialHandler
public abstract class AbstractSecurityContextAssociationHandler extends java.lang.Object implements HttpHandler
SecurityContext
instance with the current request.Modifier | Constructor | Description |
---|---|---|
protected |
AbstractSecurityContextAssociationHandler(HttpHandler next) |
Modifier and Type | Method | Description |
---|---|---|
abstract SecurityContext |
createSecurityContext(HttpServerExchange exchange) |
|
void |
handleRequest(HttpServerExchange exchange) |
Handle the request.
|
protected AbstractSecurityContextAssociationHandler(HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws java.lang.Exception
HttpHandler
handleRequest
in interface HttpHandler
exchange
- the HTTP request/response exchangejava.lang.Exception
HttpHandler.handleRequest(io.undertow.server.HttpServerExchange)
public abstract SecurityContext createSecurityContext(HttpServerExchange exchange)
Copyright © 2018. All rights reserved.