org.apache.qpid
Class QpidConfig.SaslClientFactory

java.lang.Object
  extended by org.apache.qpid.QpidConfig.SaslClientFactory
Enclosing class:
QpidConfig

public static class QpidConfig.SaslClientFactory
extends Object


Field Summary
(package private)  String factoryClass
           
(package private)  String type
           
 
Constructor Summary
QpidConfig.SaslClientFactory(String type, String factoryClass)
           
 
Method Summary
 String getFactoryClass()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

String type

factoryClass

String factoryClass
Constructor Detail

QpidConfig.SaslClientFactory

QpidConfig.SaslClientFactory(String type,
                             String factoryClass)
Method Detail

getFactoryClass

public String getFactoryClass()

getType

public String getType()


Licensed to the Apache Software Foundation