Uses of Package
com.ongres.scram.common.exception
-
Packages that use com.ongres.scram.common.exception 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. -
Classes in com.ongres.scram.common.exception used by com.ongres.scram.client Class Description ScramException This class represents an generic error when using SCRAM, which is a SASL method.ScramInvalidServerSignatureException This class represents an error when verifying the a base64-encoded ServerSignature in aserver-final-message
.ScramParseException This class represents an error when parsing SCRAM messages.ScramServerErrorException This class specifies an error that occurred during authentication exchange in aserver-final-message
. -
Classes in com.ongres.scram.common.exception used by com.ongres.scram.common Class Description ScramParseException This class represents an error when parsing SCRAM messages. -
Classes in com.ongres.scram.common.exception used by com.ongres.scram.common.exception Class Description ScramException This class represents an generic error when using SCRAM, which is a SASL method.