public final class AnonymousSaslClient extends AbstractSaslClient
ANONYMOUS mechanism.| Modifier and Type | Field and Description |
|---|---|
private SaslState |
initial |
NO_BYTES| Modifier | Constructor and Description |
|---|---|
protected |
AnonymousSaslClient(java.lang.String protocol,
java.lang.String serverName,
javax.security.auth.callback.CallbackHandler callbackHandler,
java.lang.String authorizationId)
Construct a new instance.
|
evaluateChallenge, getAuthorizationId, hasInitialResponsedispose, getCallbackHandler, getContext, getMechanismName, getNegotiatedProperty, getProtocol, getServerName, getWrapper, handleCallbacks, init, isComplete, setWrapper, tryHandleCallbacks, unwrap, wrapprivate final SaslState initial
protected AnonymousSaslClient(java.lang.String protocol,
java.lang.String serverName,
javax.security.auth.callback.CallbackHandler callbackHandler,
java.lang.String authorizationId)
protocol - the protocolserverName - the server namecallbackHandler - the callback handler to use for authenticationauthorizationId - the possibly null protocol-dependent name used for authorization