| Package | Description |
|---|---|
| org.apache.activemq.artemis.protocol.amqp.sasl | |
| org.apache.activemq.artemis.protocol.amqp.sasl.scram |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousServerSASLFactory |
class |
ExternalServerSASLFactory |
class |
GSSAPIServerSASLFactory |
class |
PlainServerSASLFactory |
| Modifier and Type | Method and Description |
|---|---|
static ServerSASLFactory |
MechanismFinder.getFactory(String mechanism) |
| Modifier and Type | Class and Description |
|---|---|
class |
SCRAMServerSASLFactory
abstract class that implements the SASL-SCRAM authentication scheme, concrete implementations
must supply the
SCRAM type to use and be register via SPI |
class |
SHA256SCRAMServerSASLFactory
provides SASL SRAM-SHA256
|
class |
SHA512SCRAMServerSASLFactory
provides SASL SRAM-SHA512
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.