org.apache.qpid.server.security.auth.sasl.plain
Class PlainSaslServerFactory

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

public class PlainSaslServerFactory
extends Object
implements SaslServerFactory


Constructor Summary
PlainSaslServerFactory()
           
 
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

PlainSaslServerFactory

public PlainSaslServerFactory()
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