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 ServerFinalMessage
MessageFlow.serverFinalMessage
(@NotNull String serverFinalMessage) @NotNull ServerFirstMessage
MessageFlow.serverFirstMessage
(@NotNull String serverFirstMessage) -
Uses of ScramException in com.ongres.scram.common.exception
Subclasses of ScramException in com.ongres.scram.common.exceptionModifier and TypeClassDescriptionclass
This class represents an error when verifying the a base64-encoded ServerSignature in aserver-final-message
.class
This class represents an error when parsing SCRAM messages.class
This class specifies an error that occurred during authentication exchange in aserver-final-message
.