org.apache.qpid.server.security.auth.sasl.anonymous
Class AnonymousSaslServerFactory
java.lang.Object
org.apache.qpid.server.security.auth.sasl.anonymous.AnonymousSaslServerFactory
- All Implemented Interfaces:
- SaslServerFactory
public class AnonymousSaslServerFactory
- extends Object
- implements SaslServerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnonymousSaslServerFactory
public AnonymousSaslServerFactory()
createSaslServer
public SaslServer createSaslServer(String mechanism,
String protocol,
String serverName,
Map props,
CallbackHandler cbh)
throws SaslException
- Specified by:
createSaslServer
in interface SaslServerFactory
- Throws:
SaslException
getMechanismNames
public String[] getMechanismNames(Map props)
- Specified by:
getMechanismNames
in interface SaslServerFactory
Licensed to the Apache Software Foundation