Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.core.v3.replication | |
org.postgresql.gss | |
org.postgresql.jre7.sasl | |
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) |
Constructor and Description |
---|
ScramAuthenticator(String user,
String password,
PGStream pgStream) |
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 © 2019 PostgreSQL Global Development Group. All rights reserved.