HttpHandlerSecurityInitialHandlerpublic abstract class AbstractSecurityContextAssociationHandler extends 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 Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionHttpHandler.handleRequest(io.undertow.server.HttpServerExchange)public abstract SecurityContext createSecurityContext(HttpServerExchange exchange)
Copyright © 2018. All rights reserved.