Uses of Class
com.ongres.scram.common.exception.ScramException
-
Packages that use ScramException Package Description com.ongres.scram.client This module expose the client implementation 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. -
-
Uses of ScramException in com.ongres.scram.client
Methods in com.ongres.scram.client that throw ScramException Modifier and Type Method Description @NotNull ServerFinalMessage
MessageFlow. serverFinalMessage(@NotNull java.lang.String serverFinalMessage)
@NotNull ServerFirstMessage
MessageFlow. serverFirstMessage(@NotNull java.lang.String serverFirstMessage)
-
Uses of ScramException in com.ongres.scram.common.exception
Subclasses of ScramException in com.ongres.scram.common.exception Modifier and Type Class Description class
ScramInvalidServerSignatureException
This class represents an error when verifying the a base64-encoded ServerSignature in aserver-final-message
.class
ScramParseException
This class represents an error when parsing SCRAM messages.class
ScramServerErrorException
This class specifies an error that occurred during authentication exchange in aserver-final-message
.
-