Class SaslAuthenticationFactory

java.lang.Object
org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory<SaslServer, SaslServerFactory, SaslException>
org.wildfly.security.auth.server.SaslAuthenticationFactory
All Implemented Interfaces:
org.wildfly.security.auth.server.MechanismAuthenticationFactory<SaslServer, SaslServerFactory, SaslException>

@Deprecated public final class SaslAuthenticationFactory extends org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory<SaslServer, SaslServerFactory, SaslException>
Deprecated.
Use org.wildfly.security.auth.server.sasl.SaslAuthenticationFactory instead
A SASL server factory configuration.
Author:
David M. Lloyd