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 ElytronContextAssociationHandler.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.server.HttpHandlerbuild()ElytronServletContextAssociationHandler.BuildersetApplicationContext(String applicationContext)ElytronServletContextAssociationHandler.BuildersetEnableJaspi(boolean enableJaspi)ElytronServletContextAssociationHandler.BuildersetIntegratedJaspi(boolean integratedJaspi)-
Methods inherited from class org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler.Builder
setAuthenticationMode, setHttpExchangeSupplier, setIdentityCacheSupplier, setMechanismSupplier, setNext, setProgramaticMechanismName, setProgrammaticMechanismName, setSecurityDomain
-
-
-
-
Method Detail
-
setEnableJaspi
public ElytronServletContextAssociationHandler.Builder setEnableJaspi(boolean enableJaspi)
-
setIntegratedJaspi
public ElytronServletContextAssociationHandler.Builder setIntegratedJaspi(boolean integratedJaspi)
-
setApplicationContext
public ElytronServletContextAssociationHandler.Builder setApplicationContext(String applicationContext)
-
build
public io.undertow.server.HttpHandler build()
- Overrides:
buildin classElytronContextAssociationHandler.Builder
-
-