Uses of Class
com.ongres.scram.common.exception.ScramException
Packages that use ScramException
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
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 ScramExceptionModifier and TypeMethodDescription@NotNull ServerFinalMessageMessageFlow.serverFinalMessage(@NotNull String serverFinalMessage) @NotNull ServerFirstMessageMessageFlow.serverFirstMessage(@NotNull String serverFirstMessage) -
Uses of ScramException in com.ongres.scram.common.exception
Subclasses of ScramException in com.ongres.scram.common.exceptionModifier and TypeClassDescriptionclassThis class represents an error when verifying the a base64-encoded ServerSignature in aserver-final-message.classThis class represents an error when parsing SCRAM messages.classThis class specifies an error that occurred during authentication exchange in aserver-final-message.