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 class
HttpAuthenticationFactory
Deprecated.UseHttpAuthenticationFactory
insteadclass
SaslAuthenticationFactory
Deprecated.UseSaslAuthenticationFactory
instead -
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 class
HttpAuthenticationFactory
A HTTP authentication mechanism configuration, the configuration is associated with theSecurityDomain
andHttpServerAuthenticationMechanismFactory
for 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 class
SaslAuthenticationFactory
A SASL server factory configuration.
-