Uses of Class
com.ongres.scram.common.exception.ScramParseException
Packages that use ScramParseException
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ScramParseException in com.ongres.scram.client
Methods in com.ongres.scram.client that throw ScramParseExceptionModifier and TypeMethodDescription(package private) @NotNull ServerFinalMessage
ClientFinalProcessor.receiveServerFinalMessage
(@NotNull String serverFinalMessage) Receive and process the server-final-message.ScramClient.serverFinalMessage
(String serverFinalMessage) Process and verify theserver-final-message
, from its String representation.ScramClient.serverFirstMessage
(String serverFirstMessage) Process theserver-first-message
, from its String representation.Constructors in com.ongres.scram.client that throw ScramParseExceptionModifierConstructorDescription(package private)
ServerFirstProcessor
(ScramMechanism scramMechanism, StringPreparation stringPreparation, @NotNull String receivedServerFirstMessage, @NotNull String nonce, @NotNull ClientFirstMessage clientFirstMessage) -
Uses of ScramParseException in com.ongres.scram.common
Methods in com.ongres.scram.common that throw ScramParseExceptionModifier and TypeMethodDescriptionstatic ScramAttributes
ScramAttributes.byChar
(char c) Find a SCRAMAttribute by its character.static @NotNull ScramAttributeValue
Parses a potential ScramAttributeValue String.static @NotNull ClientFirstMessage
Construct aClientFirstMessage
instance from a message (String).static @NotNull ServerFinalMessage
Parses a server-final-message from a String.static @NotNull ServerFirstMessage
Parses a server-first-message from a String.