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

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

public class CRAMMD5HexServerFactory
extends Object
implements SaslServerFactory


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

CRAMMD5HexServerFactory

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