Class SetMechanismInformationSaslServerFactory

java.lang.Object
org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
org.wildfly.security.sasl.util.SetMechanismInformationSaslServerFactory
All Implemented Interfaces:
SaslServerFactory

public final class SetMechanismInformationSaslServerFactory extends AbstractDelegatingSaslServerFactory
A SaslServerFactory implementation that will always ensure mechanism information is passed to the CallbackHandler before the first authentication callbacks.
Author:
Darran Lofthouse