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,
java.lang.String user,
java.lang.String database,
int cancelSignalTimeout,
java.util.Properties info) |
Constructor and Description |
---|
QueryExecutorImpl(PGStream pgStream,
java.lang.String user,
java.lang.String database,
int cancelSignalTimeout,
java.util.Properties info) |
Constructor and Description |
---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
Modifier and Type | Method and Description |
---|---|
static void |
MakeGSS.authenticate(boolean encrypted,
PGStream pgStream,
java.lang.String host,
java.lang.String user,
java.lang.String password,
java.lang.String jaasApplicationName,
java.lang.String kerberosServerName,
boolean useSpnego,
boolean jaasLogin,
boolean logServerErrorDetail) |
Constructor and Description |
---|
GssEncAction(PGStream pgStream,
org.ietf.jgss.GSSCredential clientCredentials,
java.lang.String host,
java.lang.String user,
java.lang.String kerberosServerName,
boolean useSpnego,
boolean logServerErrorDetail) |
Constructor and Description |
---|
ScramAuthenticator(java.lang.String user,
java.lang.String password,
PGStream pgStream) |
Modifier and Type | Method and Description |
---|---|
static void |
MakeSSL.convert(PGStream stream,
java.util.Properties info) |
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.