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. -
-
Uses of AbstractMechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server
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)
-