| Modifier and Type | Field and Description |
|---|---|
protected RedshiftStream |
QueryExecutorBase.pgStream |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionFactory.closeStream(RedshiftStream newStream)
Safely close the given stream.
|
| Constructor and Description |
|---|
QueryExecutorBase(RedshiftStream pgStream,
String user,
String database,
int cancelSignalTimeout,
Properties info,
RedshiftLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
RedshiftStream |
ConnectionFactoryImpl.constructNewStream(SocketFactory socketFactory,
HostSpec hostSpec,
int connectTimeout,
RedshiftLogger logger,
Boolean disableCompressionForSSL,
Properties info) |
| Constructor and Description |
|---|
QueryExecutorImpl(RedshiftStream pgStream,
String user,
String database,
int cancelSignalTimeout,
Properties info,
RedshiftLogger logger) |
| Constructor and Description |
|---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
RedshiftStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MakeGSS.authenticate(RedshiftStream pgStream,
String host,
String user,
String password,
String jaasApplicationName,
String kerberosServerName,
boolean useSpnego,
boolean jaasLogin,
boolean logServerErrorDetail,
RedshiftLogger logger) |
| Constructor and Description |
|---|
ScramAuthenticator(String user,
String password,
RedshiftStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MakeSSL.convert(RedshiftStream stream,
Properties info) |
| Constructor and Description |
|---|
SSPIClient(RedshiftStream rsStream,
String spnServiceClass,
boolean enableNegotiate)
Instantiate an SSPIClient for authentication of a connection.
|
Copyright © 2024 Amazon.com Inc.. All rights reserved.