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> 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).