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