public final class AnonymousSaslClient extends AbstractSaslClient
ANONYMOUS
mechanism.NO_BYTES
Modifier | Constructor and Description |
---|---|
protected |
AnonymousSaslClient(String protocol,
String serverName,
CallbackHandler callbackHandler,
String authorizationId)
Construct a new instance.
|
evaluateChallenge, getAuthorizationId, hasInitialResponse
dispose, getCallbackHandler, getContext, getMechanismName, getNegotiatedProperty, getProtocol, getServerName, getWrapper, handleCallbacks, init, isComplete, setWrapper, tryHandleCallbacks, unwrap, wrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getMechanismName, getNegotiatedProperty, isComplete, unwrap, wrap
protected AnonymousSaslClient(String protocol, String serverName, CallbackHandler callbackHandler, String authorizationId)
protocol
- the protocolserverName
- the server namecallbackHandler
- the callback handler to use for authenticationauthorizationId
- the possibly null
protocol-dependent name used for authorizationCopyright © 2018 JBoss by Red Hat. All rights reserved.