public class ScramAuthenticator extends Object
| Constructor and Description |
|---|
ScramAuthenticator(String user,
String password,
RedshiftStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
processServerFirstMessage(int length) |
void |
processServerMechanismsAndInit() |
void |
sendScramClientFirstMessage() |
void |
verifyServerSignature(int length) |
public ScramAuthenticator(String user, String password, RedshiftStream pgStream)
public void processServerMechanismsAndInit()
throws IOException,
RedshiftException
IOExceptionRedshiftExceptionpublic void sendScramClientFirstMessage()
throws IOException
IOExceptionpublic void processServerFirstMessage(int length)
throws IOException,
RedshiftException
IOExceptionRedshiftExceptionpublic void verifyServerSignature(int length)
throws IOException,
RedshiftException
IOExceptionRedshiftExceptionCopyright © 2024 Amazon.com Inc.. All rights reserved.