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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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) Methods inherited from class io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
handleRequest
-
Constructor Details
-
ElytronContextAssociationHandler
- Parameters:
next-
-
-
Method Details
-
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
-