Uses of Class
org.apache.qpid.protonj2.client.SaslOptions
-
Packages that use SaslOptions Package Description org.apache.qpid.protonj2.client -
-
Uses of SaslOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return SaslOptions Modifier and Type Method Description SaslOptions
SaslOptions. addAllowedMechanism(String mechanism)
Adds a mechanism to the list of allowed SASL mechanisms this client will use when selecting from the remote peers offered set of SASL mechanisms.SaslOptions
SaslOptions. clone()
SaslOptions
SaslOptions. copyInto(SaslOptions other)
Copy all configuration into the givenSaslOptions
from this instance.SaslOptions
SaslOptions. saslEnabled(boolean saslEnabled)
SaslOptions
ConnectionOptions. saslOptions()
Methods in org.apache.qpid.protonj2.client with parameters of type SaslOptions Modifier and Type Method Description SaslOptions
SaslOptions. copyInto(SaslOptions other)
Copy all configuration into the givenSaslOptions
from this instance.
-