Class ElytronServletContextAssociationHandler.Builder
java.lang.Object
org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler.Builder
org.wildfly.elytron.web.undertow.server.servlet.ElytronServletContextAssociationHandler.Builder
- Enclosing class:
ElytronServletContextAssociationHandler
public static class ElytronServletContextAssociationHandler.Builder
extends org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler.Builder
- Author:
- Darran Lofthouse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.server.HttpHandlerbuild()setApplicationContext(String applicationContext) setEnableJaspi(boolean enableJaspi) setIntegratedJaspi(boolean integratedJaspi) Methods inherited from class org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler.Builder
setAuthenticationMode, setHttpExchangeSupplier, setIdentityCacheSupplier, setMechanismSupplier, setNext, setProgramaticMechanismName, setProgrammaticMechanismName, setSecurityDomain
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setEnableJaspi
-
setIntegratedJaspi
-
setApplicationContext
public ElytronServletContextAssociationHandler.Builder setApplicationContext(String applicationContext) -
build
public io.undertow.server.HttpHandler build()- Overrides:
buildin classorg.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler.Builder
-