Uses of Interface
org.apache.qpid.jms.sasl.Mechanism
Packages that use Mechanism
-
Uses of Mechanism in org.apache.qpid.jms.provider.amqp
Constructor parameters in org.apache.qpid.jms.provider.amqp with type arguments of type MechanismModifierConstructorDescriptionAmqpSaslAuthenticator(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 MechanismModifier and TypeClassDescriptionclassBase class for SASL Authentication Mechanism that implements the basic methods of a Mechanism class.classImplements the Anonymous SASL authentication mechanism.classImplements the SASL CRAM-MD5 authentication Mechanism.classImplements the External SASL authentication mechanism.classImplements the GSSAPI sasl authentication Mechanism.classImplements the SASL PLAIN authentication Mechanism.classImplements the SASL Scram SHA1 authentication Mechanism.classImplements the SASL Scram SHA 256 authentication Mechanism.classImplements the SASL Scram SHA 512 authentication Mechanism.classImplements the SASL XOAUTH2 authentication Mechanism .Methods in org.apache.qpid.jms.sasl that return MechanismModifier and TypeMethodDescriptionAnonymousMechanismFactory.createMechanism()CramMD5MechanismFactory.createMechanism()ExternalMechanismFactory.createMechanism()GssapiMechanismFactory.createMechanism()MechanismFactory.createMechanism()Creates an instance of the authentication mechanism implementation.PlainMechanismFactory.createMechanism()ScramSHA1MechanismFactory.createMechanism()ScramSHA256MechanismFactory.createMechanism()ScramSHA512MechanismFactory.createMechanism()XOauth2MechanismFactory.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