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 SecurityContextcreateSecurityContext(HttpServerExchange exchange) voidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
AbstractSecurityContextAssociationHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception- See Also:
-
createSecurityContext
-