org.wildfly.security.sasl.auth.util.AuthenticationContextSaslServer instead.@Deprecated public final class AuthenticationContextSaslServer extends AbstractDelegatingSaslServer
SaslServer which establishes a specific AuthenticationContext for the duration
of the authentication process.delegateIDENTITY| Constructor and Description |
|---|
AuthenticationContextSaslServer(SaslServer delegate)
Deprecated.
Construct a new instance.
|
AuthenticationContextSaslServer(SaslServer delegate,
AuthenticationContext context)
Deprecated.
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Deprecated.
|
byte[] |
evaluateResponse(byte[] response)
Deprecated.
|
getAuthorizationID, getMechanismName, getNegotiatedProperty, isComplete, toString, unwrap, wrappublic AuthenticationContextSaslServer(SaslServer delegate, AuthenticationContext context)
delegate - the delegate SASL servercontext - the authentication context to usepublic AuthenticationContextSaslServer(SaslServer delegate)
delegate - the delegate SASL serverpublic byte[] evaluateResponse(byte[] response)
throws SaslException
evaluateResponse in interface SaslServerevaluateResponse in class AbstractDelegatingSaslServerSaslExceptionpublic void dispose()
throws SaslException
dispose in interface SaslServerdispose in class AbstractDelegatingSaslServerSaslExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.