Uses of Interface
org.wildfly.security.auth.server.MechanismAuthenticationFactory.Builder
-
Packages that use MechanismAuthenticationFactory.Builder Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.http org.wildfly.security.auth.server.sasl -
-
Uses of MechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server
Classes in org.wildfly.security.auth.server that implement MechanismAuthenticationFactory.Builder Modifier and Type Class Description protected static class
AbstractMechanismAuthenticationFactory.Builder<M,F,E extends Exception>
static class
HttpAuthenticationFactory.Builder
Deprecated.A builder for SASL server factory configurations.static class
SaslAuthenticationFactory.Builder
Deprecated.A builder for SASL server factory configurations.Methods in org.wildfly.security.auth.server that return MechanismAuthenticationFactory.Builder Modifier and Type Method Description MechanismAuthenticationFactory.Builder<M,F,E>
MechanismAuthenticationFactory.Builder. setFactory(F factory)
Set the mechanism's underlying factory.MechanismAuthenticationFactory.Builder<M,F,E>
MechanismAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
Set theMechanismConfigurationSelector
for the factory being built.MechanismAuthenticationFactory.Builder<M,F,E>
MechanismAuthenticationFactory.Builder. setSecurityDomain(SecurityDomain securityDomain)
Set the security domain to be used for this factory (may not benull
). -
Uses of MechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server.http
Classes in org.wildfly.security.auth.server.http that implement MechanismAuthenticationFactory.Builder Modifier and Type Class Description static class
HttpAuthenticationFactory.Builder
A builder for SASL server factory configurations. -
Uses of MechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server.sasl
Classes in org.wildfly.security.auth.server.sasl that implement MechanismAuthenticationFactory.Builder Modifier and Type Class Description static class
SaslAuthenticationFactory.Builder
A builder for SASL server factory configurations.
-