Class AuthenticationContextSaslServerFactory

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

public final class AuthenticationContextSaslServerFactory extends AbstractDelegatingSaslServerFactory
A delegating SaslServerFactory which establishes a specific AuthenticationContext for the duration of the authentication process.
Author:
David M. Lloyd