org.jboss.sasl.anonymous
Class AnonymousSaslServer
java.lang.Object
org.jboss.sasl.util.AbstractSaslParticipant
org.jboss.sasl.util.AbstractSaslServer
org.jboss.sasl.anonymous.AnonymousSaslServer
- All Implemented Interfaces:
- SaslServer
public final class AnonymousSaslServer
- extends AbstractSaslServer
A server implementation of the RFC 4505 ANONYMOUS
mechanism.
- Author:
- David M. Lloyd
Methods inherited from class org.jboss.sasl.util.AbstractSaslParticipant |
dispose, getCallbackHandler, getContext, getMechanismName, getNegotiatedProperty, getProtocol, getServerName, getWrapper, handleCallbacks, isComplete, setWrapper, tryHandleCallbacks, unwrap, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnonymousSaslServer
public AnonymousSaslServer(String protocol,
String serverName,
CallbackHandler callbackHandler)
- Construct a new instance.
- Parameters:
protocol
- the protocolserverName
- the server namecallbackHandler
- the callback handler
getAuthorizationID
public String getAuthorizationID()
-
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.