Uses of Class
org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory.Builder
-
Packages that use AbstractMechanismAuthenticationFactory.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 AbstractMechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server
Subclasses of AbstractMechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server Modifier and Type Class Description 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 AbstractMechanismAuthenticationFactory.Builder Modifier and Type Method Description AbstractMechanismAuthenticationFactory.Builder<M,F,E>
AbstractMechanismAuthenticationFactory.Builder. setFactory(F factory)
AbstractMechanismAuthenticationFactory.Builder<M,F,E>
AbstractMechanismAuthenticationFactory.Builder. setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector)
AbstractMechanismAuthenticationFactory.Builder<M,F,E>
AbstractMechanismAuthenticationFactory.Builder. setSecurityDomain(SecurityDomain securityDomain)
-
Uses of AbstractMechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server.http
Subclasses of AbstractMechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server.http Modifier and Type Class Description static class
HttpAuthenticationFactory.Builder
A builder for SASL server factory configurations. -
Uses of AbstractMechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server.sasl
Subclasses of AbstractMechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server.sasl Modifier and Type Class Description static class
SaslAuthenticationFactory.Builder
A builder for SASL server factory configurations.
-