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
  • Constructor Details

  • Method Details

    • createSecurityContext

      public io.undertow.security.api.SecurityContext createSecurityContext(io.undertow.server.HttpServerExchange exchange)
      Create a new Elytron backed SecurityContext.
      Specified by:
      createSecurityContext in class io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
    • populateSecurityContextBuilder

      protected SecurityContextImpl.Builder populateSecurityContextBuilder(SecurityContextImpl.Builder builder, io.undertow.server.HttpServerExchange exchange)
    • builder