public final class AnonymousSaslServer extends AbstractSaslServer
ANONYMOUS
mechanism.NO_BYTES
Constructor and Description |
---|
AnonymousSaslServer(String protocol,
String serverName,
CallbackHandler callbackHandler)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizationID() |
evaluateResponse
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
public AnonymousSaslServer(String protocol, String serverName, CallbackHandler callbackHandler)
protocol
- the protocolserverName
- the server namecallbackHandler
- the callback handlerpublic String getAuthorizationID()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.