Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.core.v3.replication | |
org.postgresql.gss | |
org.postgresql.jre8.sasl | |
org.postgresql.ssl | |
org.postgresql.sspi |
Modifier and Type | Field | Description |
---|---|---|
protected PGStream |
QueryExecutorBase.pgStream |
Modifier and Type | Method | Description |
---|---|---|
protected void |
ConnectionFactory.closeStream(PGStream newStream) |
Safely close the given stream.
|
Constructor | Description |
---|---|
QueryExecutorBase(PGStream pgStream,
java.lang.String user,
java.lang.String database,
int cancelSignalTimeout,
java.util.Properties info) |
Constructor | Description |
---|---|
QueryExecutorImpl(PGStream pgStream,
java.lang.String user,
java.lang.String database,
int cancelSignalTimeout,
java.util.Properties info) |
Constructor | Description |
---|---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
Modifier and Type | Method | Description |
---|---|---|
static void |
MakeGSS.authenticate(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) |
Constructor | Description |
---|---|
ScramAuthenticator(java.lang.String user,
java.lang.String password,
PGStream pgStream) |
Modifier and Type | Method | Description |
---|---|---|
static void |
MakeSSL.convert(PGStream stream,
java.util.Properties info) |
Constructor | Description |
---|---|
SSPIClient(PGStream pgStream,
java.lang.String spnServiceClass,
boolean enableNegotiate) |
Instantiate an SSPIClient for authentication of a connection.
|
Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.