org.apache.qpid.management.common.sasl
Class CRAMMD5HashedSaslClientFactory
java.lang.Object
org.apache.qpid.management.common.sasl.CRAMMD5HashedSaslClientFactory
- All Implemented Interfaces:
- SaslClientFactory
public class CRAMMD5HashedSaslClientFactory
- extends Object
- implements SaslClientFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MECHANISM
public static final String MECHANISM
- The name of this mechanism
- See Also:
- Constant Field Values
CRAMMD5HashedSaslClientFactory
public CRAMMD5HashedSaslClientFactory()
createSaslClient
public SaslClient createSaslClient(String[] mechanisms,
String authorizationId,
String protocol,
String serverName,
Map<String,?> props,
CallbackHandler cbh)
throws SaslException
- Specified by:
createSaslClient
in interface SaslClientFactory
- Throws:
SaslException
getMechanismNames
public String[] getMechanismNames(Map props)
- Specified by:
getMechanismNames
in interface SaslClientFactory
Licensed to the Apache Software Foundation