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 SaslOptionsSaslOptions. 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.SaslOptionsSaslOptions. clone()SaslOptionsSaslOptions. copyInto(SaslOptions other)Copy all configuration into the givenSaslOptionsfrom this instance.SaslOptionsSaslOptions. saslEnabled(boolean saslEnabled)SaslOptionsConnectionOptions. saslOptions()Methods in org.apache.qpid.protonj2.client with parameters of type SaslOptions Modifier and Type Method Description SaslOptionsSaslOptions. copyInto(SaslOptions other)Copy all configuration into the givenSaslOptionsfrom this instance.
-