Uses of Class
com.ongres.scram.common.exception.ScramRuntimeException
Packages that use ScramRuntimeException
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 ScramRuntimeException in com.ongres.scram.client
Subclasses of ScramRuntimeException in com.ongres.scram.clientModifier and TypeClassDescriptionclassSignals that an error occurred during the negotiation, validation, or enforcement of SASL SCRAM Channel Binding.classSignals that an error occurred during the SASL SCRAM mechanism negotiation, capability handshake, or policy enforcement phase. -
Uses of ScramRuntimeException in com.ongres.scram.common.exception
Subclasses of ScramRuntimeException in com.ongres.scram.common.exceptionModifier and TypeClassDescriptionclassThrown when a SCRAM authentication process is interrupted, typically during CPU-intensive PBKDF2 computation.