Package | Description |
---|---|
org.apache.qpid.jms.sasl |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousMechanismFactory
Create the Anonymous SASL Authentication Mechanism types.
|
class |
CramMD5MechanismFactory
Create the Plain SASL Authentication Mechanism types.
|
class |
ExternalMechanismFactory
Create the External SASL Authentication Mechanism types.
|
class |
PlainMechanismFactory
Create the Plain SASL Authentication Mechanism types.
|
class |
ScramSHA1MechanismFactory
Create the Scram SHA1 SASL Authentication Mechanism type.
|
class |
ScramSHA256MechanismFactory
Create the Scram SHA256 SASL Authentication Mechanism types.
|
Modifier and Type | Method and Description |
---|---|
protected static MechanismFactory |
SaslMechanismFinder.findMechanismFactory(String name)
Searches for a MechanismFactory by using the scheme from the given name.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.