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