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

    • createSecurityContext

      public io.undertow.security.api.SecurityContext createSecurityContext(io.undertow.server.HttpServerExchange exchange)
      Overrides:
      createSecurityContext in class org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler
    • builder