org.apache.qpid.management.common.sasl
Class ClientSaslFactory
java.lang.Object
org.apache.qpid.management.common.sasl.ClientSaslFactory
- All Implemented Interfaces:
- SaslClientFactory
public class ClientSaslFactory
- extends Object
- implements SaslClientFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientSaslFactory
public ClientSaslFactory()
createSaslClient
public SaslClient createSaslClient(String[] mechs,
String authorizationId,
String protocol,
String serverName,
Map props,
CallbackHandler cbh)
throws SaslException
- Specified by:
createSaslClient
in interface SaslClientFactory
- Throws:
SaslException
getMechanismNames
public String[] getMechanismNames(Map props)
- Simple-minded implementation that ignores props
- Specified by:
getMechanismNames
in interface SaslClientFactory
Licensed to the Apache Software Foundation