org.apache.qpid
Class QpidConfig

java.lang.Object
  extended by org.apache.qpid.QpidConfig

public class QpidConfig
extends Object

API to configure the Security parameters of the client. The user can choose to pick the config from any source and set it using this class.


Nested Class Summary
static class QpidConfig.SaslClientFactory
           
static class QpidConfig.SecurityMechanism
           
 
Method Summary
static QpidConfig get()
           
 QpidConfig.SaslClientFactory[] getSaslClientFactories()
           
 QpidConfig.SecurityMechanism[] getSecurityMechanisms()
           
 void setSaslClientFactories(QpidConfig.SaslClientFactory... saslClientFactories)
           
 void setSecurityMechanisms(QpidConfig.SecurityMechanism... securityMechanisms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static QpidConfig get()

setSecurityMechanisms

public void setSecurityMechanisms(QpidConfig.SecurityMechanism... securityMechanisms)

getSecurityMechanisms

public QpidConfig.SecurityMechanism[] getSecurityMechanisms()

setSaslClientFactories

public void setSaslClientFactories(QpidConfig.SaslClientFactory... saslClientFactories)

getSaslClientFactories

public QpidConfig.SaslClientFactory[] getSaslClientFactories()


Licensed to the Apache Software Foundation