| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.core.v3 | |
| org.postgresql.core.v3.replication | |
| org.postgresql.gss | |
| org.postgresql.ssl | |
| org.postgresql.sspi |
| Modifier and Type | Field and Description |
|---|---|
protected PGStream |
QueryExecutorBase.pgStream |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionFactory.closeStream(PGStream newStream)
Safely close the given stream.
|
| Constructor and Description |
|---|
QueryExecutorBase(PGStream pgStream,
String user,
String database,
int cancelSignalTimeout,
Properties info) |
| Constructor and Description |
|---|
QueryExecutorImpl(PGStream pgStream,
String user,
String database,
int cancelSignalTimeout,
Properties info) |
| Constructor and Description |
|---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MakeGSS.authenticate(PGStream pgStream,
String host,
String user,
String password,
String jaasApplicationName,
String kerberosServerName,
boolean useSpnego,
boolean jaasLogin) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MakeSSL.convert(PGStream stream,
Properties info) |
| Constructor and Description |
|---|
SSPIClient(PGStream pgStream,
String spnServiceClass,
boolean enableNegotiate)
Instantiate an SSPIClient for authentication of a connection.
|
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.