| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.core.v3 | |
| org.postgresql.core.v3.replication | |
| org.postgresql.gss | |
| org.postgresql.jre7.sasl | |
| org.postgresql.ssl |
| 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 |
|---|
PGStream(PGStream pgStream,
int timeout) |
QueryExecutorBase(PGStream pgStream,
int cancelSignalTimeout,
Properties info) |
| Constructor and Description |
|---|
QueryExecutorImpl(PGStream pgStream,
int cancelSignalTimeout,
Properties info) |
| Constructor and Description |
|---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MakeGSS.authenticate(boolean encrypted,
PGStream pgStream,
String host,
String user,
char[] password,
String jaasApplicationName,
String kerberosServerName,
boolean useSpnego,
boolean jaasLogin,
boolean logServerErrorDetail) |
| Constructor and Description |
|---|
GssEncAction(PGStream pgStream,
Subject subject,
String host,
String user,
String kerberosServerName,
boolean useSpnego,
boolean logServerErrorDetail) |
| Constructor and Description |
|---|
ScramAuthenticator(String user,
String password,
PGStream pgStream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MakeSSL.convert(PGStream stream,
Properties info) |
Copyright © 2025 PostgreSQL Global Development Group. All rights reserved.