Package | Description |
---|---|
org.apache.qpid.jms.sasl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMechanism
Base class for SASL Authentication Mechanism that implements the basic
methods of a Mechanism class.
|
class |
AnonymousMechanism
Implements the Anonymous SASL authentication mechanism.
|
class |
CramMD5Mechanism
Implements the SASL PLAIN authentication Mechanism.
|
class |
ExternalMechanism
Implements the External SASL authentication mechanism.
|
class |
PlainMechanism
Implements the SASL PLAIN authentication Mechanism.
|
class |
ScramSHA1Mechanism
Implements the SASL Scram SHA1 authentication Mechanism.
|
class |
ScramSHA256Mechanism
Implements the SASL Scram SHA 256 authentication Mechanism.
|
Modifier and Type | Method and Description |
---|---|
Mechanism |
CramMD5MechanismFactory.createMechanism() |
Mechanism |
ExternalMechanismFactory.createMechanism() |
Mechanism |
ScramSHA256MechanismFactory.createMechanism() |
Mechanism |
ScramSHA1MechanismFactory.createMechanism() |
Mechanism |
PlainMechanismFactory.createMechanism() |
Mechanism |
AnonymousMechanismFactory.createMechanism() |
Mechanism |
MechanismFactory.createMechanism()
Creates an instance of the authentication mechanism implementation.
|
static Mechanism |
SaslMechanismFinder.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.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractMechanism.compareTo(Mechanism other) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.