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