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.IOException
PSQLException
public void sendScramClientFirstMessage() throws java.io.IOException
java.io.IOException
public void processServerFirstMessage(int length) throws java.io.IOException, PSQLException
java.io.IOException
PSQLException
public void verifyServerSignature(int length) throws java.io.IOException, PSQLException
java.io.IOException
PSQLException
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.