Uses of Class
com.impossibl.postgres.protocol.sasl.scram.exception.ScramException
-
Packages that use ScramException Package Description com.impossibl.postgres.protocol.sasl.scram.client com.impossibl.postgres.protocol.sasl.scram.exception -
-
Uses of ScramException in com.impossibl.postgres.protocol.sasl.scram.client
Methods in com.impossibl.postgres.protocol.sasl.scram.client that throw ScramException Modifier and Type Method Description ScramSessionFactory
ScramSessionFactory.Builder. build()
void
ScramSession. receiveServerFinalMessage(String serverFinalMessage)
byte[]
ScramSession. receiveServerFirstMessage(String serverFirstMessage, byte[] channelBindData, byte[] clientKey, byte[] storedKey)
Generates a client-final-message from the received server-first-message, channel-bind data (if any), and the clientKey and storedKey which, if available, provide an optimized path versus providing the original user's passwordthe user's password.byte[]
ScramSession. receiveServerFirstMessage(String serverFirstMessage, byte[] channelBindData, String password)
Generates a client-final-message from the received server-first-message, channel-bind data (if any), and the user's password. -
Uses of ScramException in com.impossibl.postgres.protocol.sasl.scram.exception
Subclasses of ScramException in com.impossibl.postgres.protocol.sasl.scram.exception Modifier and Type Class Description class
ScramInvalidServerSignatureException
This class represents an error when parsing SCRAM messagesclass
ScramParseException
This class represents an error when parsing SCRAM messagesclass
ScramServerErrorException
This class represents an error when parsing SCRAM messages
-