org.apache.qpid.server.security.auth.sasl.amqplain
Class AmqPlainSaslServerFactory

java.lang.Object
  extended by org.apache.qpid.server.security.auth.sasl.amqplain.AmqPlainSaslServerFactory
All Implemented Interfaces:
SaslServerFactory

public class AmqPlainSaslServerFactory
extends Object
implements SaslServerFactory


Constructor Summary
AmqPlainSaslServerFactory()
           
 
Method Summary
 SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map props, CallbackHandler cbh)
           
 String[] getMechanismNames(Map props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmqPlainSaslServerFactory

public AmqPlainSaslServerFactory()
Method Detail

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