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
IOException
PSQLException
public void sendScramClientFirstMessage() throws IOException
IOException
public void processServerFirstMessage(int length) throws IOException, PSQLException
IOException
PSQLException
public void verifyServerSignature(int length) throws IOException, PSQLException
IOException
PSQLException
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.