Uses of Interface
org.apache.qpid.jms.sasl.Mechanism
-
Packages that use Mechanism Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.sasl -
-
Uses of Mechanism in org.apache.qpid.jms.provider.amqp
Constructor parameters in org.apache.qpid.jms.provider.amqp with type arguments of type Mechanism Constructor Description AmqpSaslAuthenticator(Function<String[],Mechanism> mechanismFinder)Create the authenticator and initialize it. -
Uses of Mechanism in org.apache.qpid.jms.sasl
Classes in org.apache.qpid.jms.sasl that implement Mechanism Modifier and Type Class Description classAbstractMechanismBase class for SASL Authentication Mechanism that implements the basic methods of a Mechanism class.classAnonymousMechanismImplements the Anonymous SASL authentication mechanism.classCramMD5MechanismImplements the SASL CRAM-MD5 authentication Mechanism.classExternalMechanismImplements the External SASL authentication mechanism.classGssapiMechanismImplements the GSSAPI sasl authentication Mechanism.classPlainMechanismImplements the SASL PLAIN authentication Mechanism.classScramSHA1MechanismImplements the SASL Scram SHA1 authentication Mechanism.classScramSHA256MechanismImplements the SASL Scram SHA 256 authentication Mechanism.classScramSHA512MechanismImplements the SASL Scram SHA 512 authentication Mechanism.classXOauth2MechanismImplements the SASL XOAUTH2 authentication Mechanism .Methods in org.apache.qpid.jms.sasl that return Mechanism Modifier and Type Method Description MechanismAnonymousMechanismFactory. createMechanism()MechanismCramMD5MechanismFactory. createMechanism()MechanismExternalMechanismFactory. createMechanism()MechanismGssapiMechanismFactory. createMechanism()MechanismMechanismFactory. createMechanism()Creates an instance of the authentication mechanism implementation.MechanismPlainMechanismFactory. createMechanism()MechanismScramSHA1MechanismFactory. createMechanism()MechanismScramSHA256MechanismFactory. createMechanism()MechanismScramSHA512MechanismFactory. createMechanism()MechanismXOauth2MechanismFactory. createMechanism()static MechanismSaslMechanismFinder. findMatchingMechanism(String username, String password, Principal localPrincipal, Set<String> mechRestrictions, String... remoteMechanisms)Attempts to find a matching Mechanism implementation given a list of supported mechanisms from a remote peer.Methods in org.apache.qpid.jms.sasl with parameters of type Mechanism Modifier and Type Method Description intAbstractMechanism. compareTo(Mechanism other)
-