Uses of Interface
org.wildfly.security.auth.server.MechanismAuthenticationFactory
-
Packages that use MechanismAuthenticationFactory 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 in org.wildfly.security.auth.server
Classes in org.wildfly.security.auth.server that implement MechanismAuthenticationFactory Modifier and Type Class Description classAbstractMechanismAuthenticationFactory<M,F,E extends Exception>classHttpAuthenticationFactoryDeprecated.UseHttpAuthenticationFactoryinsteadclassSaslAuthenticationFactoryDeprecated.UseSaslAuthenticationFactoryinsteadMethods in org.wildfly.security.auth.server that return MechanismAuthenticationFactory Modifier and Type Method Description MechanismAuthenticationFactory<M,F,E>MechanismAuthenticationFactory.Builder. build()Build the mechanism factory. -
Uses of MechanismAuthenticationFactory in org.wildfly.security.auth.server.http
Classes in org.wildfly.security.auth.server.http that implement MechanismAuthenticationFactory Modifier and Type Class Description classHttpAuthenticationFactoryA HTTP authentication mechanism configuration, the configuration is associated with theSecurityDomainandHttpServerAuthenticationMechanismFactoryfor obtaining configured mechanisms. -
Uses of MechanismAuthenticationFactory in org.wildfly.security.auth.server.sasl
Classes in org.wildfly.security.auth.server.sasl that implement MechanismAuthenticationFactory Modifier and Type Class Description classSaslAuthenticationFactoryA SASL server factory configuration.
-