| Package | Description |
|---|---|
| com.ongres.scram.client |
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
|
| com.ongres.scram.common |
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
|
| com.ongres.scram.common.exception |
This package expose the exceptions that can be throw by the client/server
implementations of SCRAM.
|
| Class and Description |
|---|
| ScramInvalidServerSignatureException
This class represents an error when verifying the a base64-encoded ServerSignature in a
server-final-message. |
| ScramParseException
This class represents an error when parsing SCRAM messages.
|
| ScramServerErrorException
This class specifies an error that occurred during authentication exchange in a
server-final-message. |
| Class and Description |
|---|
| ScramParseException
This class represents an error when parsing SCRAM messages.
|
| Class and Description |
|---|
| ScramException
This class represents an generic error when using SCRAM, which is a SASL method.
|
Copyright © 2017–2025 OnGres, Inc. All rights reserved.