Class HttpAuthenticationFactory.Builder
java.lang.Object
org.wildfly.security.auth.server.http.HttpAuthenticationFactory.Builder
- All Implemented Interfaces:
org.wildfly.security.auth.server.MechanismAuthenticationFactory.Builder<org.wildfly.security.http.HttpServerAuthenticationMechanism, org.wildfly.security.http.HttpServerAuthenticationMechanismFactory, org.wildfly.security.http.HttpAuthenticationException>
- Enclosing class:
HttpAuthenticationFactory
A builder for SASL server factory configurations.
- Author:
- Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setFactory(org.wildfly.security.http.HttpServerAuthenticationMechanismFactory factory) setMechanismConfigurationSelector(org.wildfly.security.auth.server.MechanismConfigurationSelector mechanismConfigurationSelector) setSecurityDomain(org.wildfly.security.auth.server.SecurityDomain securityDomain)
-
Method Details
-
setSecurityDomain
public HttpAuthenticationFactory.Builder setSecurityDomain(org.wildfly.security.auth.server.SecurityDomain securityDomain) - Specified by:
setSecurityDomainin interfaceorg.wildfly.security.auth.server.MechanismAuthenticationFactory.Builder<org.wildfly.security.http.HttpServerAuthenticationMechanism, org.wildfly.security.http.HttpServerAuthenticationMechanismFactory, org.wildfly.security.http.HttpAuthenticationException>
-
setMechanismConfigurationSelector
public HttpAuthenticationFactory.Builder setMechanismConfigurationSelector(org.wildfly.security.auth.server.MechanismConfigurationSelector mechanismConfigurationSelector) - Specified by:
setMechanismConfigurationSelectorin interfaceorg.wildfly.security.auth.server.MechanismAuthenticationFactory.Builder<org.wildfly.security.http.HttpServerAuthenticationMechanism, org.wildfly.security.http.HttpServerAuthenticationMechanismFactory, org.wildfly.security.http.HttpAuthenticationException>
-
setFactory
public HttpAuthenticationFactory.Builder setFactory(org.wildfly.security.http.HttpServerAuthenticationMechanismFactory factory) - Specified by:
setFactoryin interfaceorg.wildfly.security.auth.server.MechanismAuthenticationFactory.Builder<org.wildfly.security.http.HttpServerAuthenticationMechanism, org.wildfly.security.http.HttpServerAuthenticationMechanismFactory, org.wildfly.security.http.HttpAuthenticationException>
-
build
-