
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)
Construct a new instance.
|
AuthenticationContextSaslServer(SaslServer delegate,
AuthenticationContext context)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
byte[] |
evaluateResponse(byte[] response) |
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 © 2020 JBoss by Red Hat. All rights reserved.