org.apache.qpid.server.security.auth.sasl.crammd5
Class CRAMMD5HashedServerFactory

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

public class CRAMMD5HashedServerFactory
extends Object
implements SaslServerFactory


Constructor Summary
CRAMMD5HashedServerFactory()
           
 
Method Summary
 SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> 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

CRAMMD5HashedServerFactory

public CRAMMD5HashedServerFactory()
Method Detail

createSaslServer

public SaslServer createSaslServer(String mechanism,
                                   String protocol,
                                   String serverName,
                                   Map<String,?> 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