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 ElytronContextAssociationHandler
An extension ofElytronContextAssociationHandlerto register the servlet specific security context.- Author:
- Darran Lofthouse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElytronServletContextAssociationHandler.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ElytronServletContextAssociationHandler.Builderbuilder()io.undertow.security.api.SecurityContextcreateSecurityContext(io.undertow.server.HttpServerExchange exchange)-
Methods inherited from class org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler
populateSecurityContextBuilder
-
-
-
-
Method Detail
-
createSecurityContext
public io.undertow.security.api.SecurityContext createSecurityContext(io.undertow.server.HttpServerExchange exchange)
- Overrides:
createSecurityContextin classElytronContextAssociationHandler
-
builder
public static ElytronServletContextAssociationHandler.Builder builder()
-
-