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