org.apache.qpid.management.common.sasl
Class ClientSaslFactory

java.lang.Object
  extended by org.apache.qpid.management.common.sasl.ClientSaslFactory
All Implemented Interfaces:
SaslClientFactory

public class ClientSaslFactory
extends Object
implements SaslClientFactory


Constructor Summary
ClientSaslFactory()
           
 
Method Summary
 SaslClient createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh)
           
 String[] getMechanismNames(Map props)
          Simple-minded implementation that ignores props
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSaslFactory

public ClientSaslFactory()
Method Detail

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