Package io.undertow.security.handlers
Class AbstractSecurityContextAssociationHandler
java.lang.Object
io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
- All Implemented Interfaces:
HttpHandler
- Direct Known Subclasses:
SecurityInitialHandler
public abstract class AbstractSecurityContextAssociationHandler
extends Object
implements HttpHandler
Base class responsible for associating the
SecurityContext
instance with the current request.- Author:
- Darran Lofthouse
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionabstract SecurityContext
createSecurityContext
(HttpServerExchange exchange) void
handleRequest
(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
AbstractSecurityContextAssociationHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandler
Handle the request.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
- See Also:
-
createSecurityContext
-