org.apache.qpid
Class QpidConfig
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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