Uses of Class
org.wildfly.security.auth.server.HttpAuthenticationFactory.Builder
-
Packages that use HttpAuthenticationFactory.Builder Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron. -
-
Uses of HttpAuthenticationFactory.Builder in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return HttpAuthenticationFactory.Builder Modifier and Type Method Description static HttpAuthenticationFactory.Builder
HttpAuthenticationFactory. builder()
Deprecated.Obtain a newHttpAuthenticationFactory.Builder
capable of building aHttpAuthenticationFactory
.HttpAuthenticationFactory.Builder
HttpAuthenticationFactory.Builder. setFactory(HttpServerAuthenticationMechanismFactory factory)
HttpAuthenticationFactory.Builder
HttpAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
HttpAuthenticationFactory.Builder
HttpAuthenticationFactory.Builder. setSecurityDomain(SecurityDomain securityDomain)
-