Uses of Class
org.apache.qpid.protonj2.engine.sasl.client.SaslMechanismSelector
-
Packages that use SaslMechanismSelector Package Description org.apache.qpid.protonj2.engine.sasl.client -
-
Uses of SaslMechanismSelector in org.apache.qpid.protonj2.engine.sasl.client
Constructors in org.apache.qpid.protonj2.engine.sasl.client with parameters of type SaslMechanismSelector Constructor Description SaslAuthenticator(SaslMechanismSelector selector, SaslCredentialsProvider credentials)
Creates a new client SASL Authenticator with the givenMechanism
and client credentials provider instances.
-