Class ElytronServletContextAssociationHandler
java.lang.Object
io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler
org.wildfly.elytron.web.undertow.server.servlet.ElytronServletContextAssociationHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ElytronServletContextAssociationHandler
extends org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler
An extension of
ElytronContextAssociationHandler to register the servlet specific security context.- Author:
- Darran Lofthouse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()io.undertow.security.api.SecurityContextcreateSecurityContext(io.undertow.server.HttpServerExchange exchange) Methods inherited from class org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler
populateSecurityContextBuilderMethods inherited from class io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
handleRequest
-
Method Details
-
createSecurityContext
public io.undertow.security.api.SecurityContext createSecurityContext(io.undertow.server.HttpServerExchange exchange) - Overrides:
createSecurityContextin classorg.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler
-
builder
-