Class ElytronContextAssociationHandler
- java.lang.Object
-
- io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
-
- org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class ElytronContextAssociationHandler extends io.undertow.security.handlers.AbstractSecurityContextAssociationHandler- Author:
- Darran Lofthouse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElytronContextAssociationHandler.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedElytronContextAssociationHandler(ElytronContextAssociationHandler.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ElytronContextAssociationHandler.Builderbuilder()io.undertow.security.api.SecurityContextcreateSecurityContext(io.undertow.server.HttpServerExchange exchange)Create a new Elytron backedSecurityContext.protected SecurityContextImpl.BuilderpopulateSecurityContextBuilder(SecurityContextImpl.Builder builder, io.undertow.server.HttpServerExchange exchange)
-
-
-
Constructor Detail
-
ElytronContextAssociationHandler
protected ElytronContextAssociationHandler(ElytronContextAssociationHandler.Builder builder)
- Parameters:
next-
-
-
Method Detail
-
createSecurityContext
public io.undertow.security.api.SecurityContext createSecurityContext(io.undertow.server.HttpServerExchange exchange)
Create a new Elytron backedSecurityContext.- Specified by:
createSecurityContextin classio.undertow.security.handlers.AbstractSecurityContextAssociationHandler
-
populateSecurityContextBuilder
protected SecurityContextImpl.Builder populateSecurityContextBuilder(SecurityContextImpl.Builder builder, io.undertow.server.HttpServerExchange exchange)
-
builder
public static ElytronContextAssociationHandler.Builder builder()
-
-