Class AuthenticationContextSaslServer

java.lang.Object
org.wildfly.security.sasl.util.AbstractDelegatingSaslServer
org.wildfly.security.sasl.auth.util.AuthenticationContextSaslServer
All Implemented Interfaces:
SaslServer, SaslWrapper

public final class AuthenticationContextSaslServer extends AbstractDelegatingSaslServer
A delegating SaslServer which establishes a specific AuthenticationContext for the duration of the authentication process.
Author:
David M. Lloyd