Uses of Class
org.apache.qpid.protonj2.client.SaslOptions
Packages that use SaslOptions
-
Uses of SaslOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return SaslOptionsModifier and TypeMethodDescriptionSaslOptions.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.clone()
SaslOptions.copyInto
(SaslOptions other) Copy all configuration into the givenSaslOptions
from this instance.SaslOptions.saslEnabled
(boolean saslEnabled) ConnectionOptions.saslOptions()
Methods in org.apache.qpid.protonj2.client with parameters of type SaslOptionsModifier and TypeMethodDescriptionSaslOptions.copyInto
(SaslOptions other) Copy all configuration into the givenSaslOptions
from this instance.