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 ServerFinalMessageMessageFlow. serverFinalMessage(@NotNull java.lang.String serverFinalMessage)@NotNull ServerFirstMessageMessageFlow. 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 classScramInvalidServerSignatureExceptionThis class represents an error when verifying the a base64-encoded ServerSignature in aserver-final-message.classScramParseExceptionThis class represents an error when parsing SCRAM messages.classScramServerErrorExceptionThis class specifies an error that occurred during authentication exchange in aserver-final-message.
-