Uses of Interface
org.wildfly.security.auth.server.MechanismAuthenticationFactory.Builder
Packages that use MechanismAuthenticationFactory.Builder
Package
Description
Server side of authentication provided by Elytron.
-
Uses of MechanismAuthenticationFactory.Builder in org.wildfly.security.auth.server
Classes in org.wildfly.security.auth.server that implement MechanismAuthenticationFactory.BuilderModifier and TypeClassDescriptionprotected static classAbstractMechanismAuthenticationFactory.Builder<M,F, E extends Exception> static final classDeprecated.A builder for SASL server factory configurations.static final classDeprecated.A builder for SASL server factory configurations.Methods in org.wildfly.security.auth.server that return MechanismAuthenticationFactory.BuilderModifier and TypeMethodDescriptionMechanismAuthenticationFactory.Builder.setFactory(F factory) Set the mechanism's underlying factory.MechanismAuthenticationFactory.Builder.setMechanismConfigurationSelector(MechanismConfigurationSelector mechanismConfigurationSelector) Set theMechanismConfigurationSelectorfor the factory being built.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.BuilderModifier and TypeClassDescriptionstatic final classA 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.BuilderModifier and TypeClassDescriptionstatic final classA builder for SASL server factory configurations.