Uses of Class
org.wildfly.elytron.web.undertow.server.ElytronContextAssociationHandler.Builder
Packages that use ElytronContextAssociationHandler.Builder
Package
Description
Package containing the Undertow server integration.
-
Uses of ElytronContextAssociationHandler.Builder in org.wildfly.elytron.web.undertow.server
Methods in org.wildfly.elytron.web.undertow.server that return ElytronContextAssociationHandler.BuilderModifier and TypeMethodDescriptionElytronContextAssociationHandler.builder()ElytronContextAssociationHandler.Builder.setAuthenticationMode(io.undertow.security.api.AuthenticationMode authMode) ElytronContextAssociationHandler.Builder.setHttpExchangeSupplier(Function<io.undertow.server.HttpServerExchange, ElytronHttpExchange> httpExchangeSupplier) ElytronContextAssociationHandler.Builder.setIdentityCacheSupplier(BiFunction<org.wildfly.security.http.HttpExchangeSpi, String, org.wildfly.security.cache.IdentityCache> identityCacheSupplier) ElytronContextAssociationHandler.Builder.setMechanismSupplier(Supplier<List<org.wildfly.security.http.HttpServerAuthenticationMechanism>> mechanismSupplier) ElytronContextAssociationHandler.Builder.setNext(io.undertow.server.HttpHandler next) ElytronContextAssociationHandler.Builder.setProgramaticMechanismName(String programmaticMechanismName) Deprecated.ElytronContextAssociationHandler.Builder.setProgrammaticMechanismName(String programmaticMechanismName) ElytronContextAssociationHandler.Builder.setSecurityDomain(org.wildfly.security.auth.server.SecurityDomain securityDomain) Constructors in org.wildfly.elytron.web.undertow.server with parameters of type ElytronContextAssociationHandler.BuilderModifierConstructorDescriptionprotected