| Interface | Description |
|---|---|
| ScramClientFunctionality |
Provides building blocks for creating SCRAM authentication client
|
| ScramServerFunctionality |
Provides building blocks for creating SCRAM authentication server
|
| Class | Description |
|---|---|
| ScramClientFunctionalityImpl |
Provides building blocks for creating SCRAM authentication client
|
| SCRAMClientSASL |
implements the client part of SASL-SCRAM for broker interconnect
|
| ScramServerFunctionalityImpl |
Provides building blocks for creating SCRAM authentication server
|
| SCRAMServerSASL | |
| SCRAMServerSASLFactory |
abstract class that implements the SASL-SCRAM authentication scheme, concrete implementations
must supply the
SCRAM type to use and be register via SPI |
| SHA256SCRAMServerSASLFactory |
provides SASL SRAM-SHA256
|
| SHA512SCRAMServerSASLFactory |
provides SASL SRAM-SHA512
|
| Enum | Description |
|---|---|
| ScramClientFunctionality.State |
State of the authentication procedure
|
| ScramServerFunctionality.State |
State of the authentication procedure
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.