public class ScramAuthenticator
extends java.lang.Object
| Constructor and Description |
|---|
ScramAuthenticator(java.lang.String user,
java.lang.String password,
PGStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
processServerFirstMessage(int length) |
void |
processServerMechanismsAndInit() |
void |
sendScramClientFirstMessage() |
void |
verifyServerSignature(int length) |
public ScramAuthenticator(java.lang.String user,
java.lang.String password,
PGStream pgStream)
public void processServerMechanismsAndInit()
throws java.io.IOException,
PSQLException
java.io.IOExceptionPSQLExceptionpublic void sendScramClientFirstMessage()
throws java.io.IOException
java.io.IOExceptionpublic void processServerFirstMessage(int length)
throws java.io.IOException,
PSQLException
java.io.IOExceptionPSQLExceptionpublic void verifyServerSignature(int length)
throws java.io.IOException,
PSQLException
java.io.IOExceptionPSQLExceptionCopyright © 2021 PostgreSQL Global Development Group. All rights reserved.