Class HttpAuthenticationFactory.Builder
- java.lang.Object
-
- org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>
-
- org.wildfly.security.auth.server.http.HttpAuthenticationFactory.Builder
-
- All Implemented Interfaces:
MechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>
- Enclosing class:
- HttpAuthenticationFactory
public static final class HttpAuthenticationFactory.Builder extends AbstractMechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>
A builder for SASL server factory configurations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpAuthenticationFactorybuild()HttpAuthenticationFactory.BuildersetFactory(HttpServerAuthenticationMechanismFactory factory)HttpAuthenticationFactory.BuildersetMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)HttpAuthenticationFactory.BuildersetSecurityDomain(SecurityDomain securityDomain)-
Methods inherited from class org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory.Builder
getFactory, getMechanismConfigurationSelector, getSecurityDomain
-
-
-
-
Method Detail
-
setSecurityDomain
public HttpAuthenticationFactory.Builder setSecurityDomain(SecurityDomain securityDomain)
- Specified by:
setSecurityDomainin interfaceMechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>- Overrides:
setSecurityDomainin classAbstractMechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>
-
setMechanismConfigurationSelector
public HttpAuthenticationFactory.Builder setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
- Specified by:
setMechanismConfigurationSelectorin interfaceMechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>- Overrides:
setMechanismConfigurationSelectorin classAbstractMechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>
-
setFactory
public HttpAuthenticationFactory.Builder setFactory(HttpServerAuthenticationMechanismFactory factory)
- Specified by:
setFactoryin interfaceMechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>- Overrides:
setFactoryin classAbstractMechanismAuthenticationFactory.Builder<HttpServerAuthenticationMechanism,HttpServerAuthenticationMechanismFactory,HttpAuthenticationException>
-
build
public HttpAuthenticationFactory build()
-
-