Uses of Class
org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory
-
Packages that use AbstractMechanismAuthenticationFactory 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 AbstractMechanismAuthenticationFactory in org.wildfly.security.auth.server
Subclasses of AbstractMechanismAuthenticationFactory in org.wildfly.security.auth.server Modifier and Type Class Description classHttpAuthenticationFactoryDeprecated.UseHttpAuthenticationFactoryinsteadclassSaslAuthenticationFactoryDeprecated.UseSaslAuthenticationFactoryinstead -
Uses of AbstractMechanismAuthenticationFactory in org.wildfly.security.auth.server.http
Subclasses of AbstractMechanismAuthenticationFactory in org.wildfly.security.auth.server.http Modifier and Type Class Description classHttpAuthenticationFactoryA HTTP authentication mechanism configuration, the configuration is associated with theSecurityDomainandHttpServerAuthenticationMechanismFactoryfor obtaining configured mechanisms. -
Uses of AbstractMechanismAuthenticationFactory in org.wildfly.security.auth.server.sasl
Subclasses of AbstractMechanismAuthenticationFactory in org.wildfly.security.auth.server.sasl Modifier and Type Class Description classSaslAuthenticationFactoryA SASL server factory configuration.
-