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 classAbstractMechanismAuthenticationFactory.Builder<M,F,E extends Exception>static classHttpAuthenticationFactory.BuilderDeprecated.A builder for SASL server factory configurations.static classSaslAuthenticationFactory.BuilderDeprecated.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 theMechanismConfigurationSelectorfor 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 classHttpAuthenticationFactory.BuilderA 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 classSaslAuthenticationFactory.BuilderA builder for SASL server factory configurations.
-