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 |
---|
QueryExecutorBase(PGStream pgStream,
java.lang.String user,
java.lang.String database,
int cancelSignalTimeout,
java.util.Properties info) |
Modifier and Type | Method and Description |
---|---|
private PGStream |
ConnectionFactoryImpl.enableSSL(PGStream pgStream,
SslMode sslMode,
java.util.Properties info,
int connectTimeout) |
private PGStream |
ConnectionFactoryImpl.tryConnect(java.lang.String user,
java.lang.String database,
java.util.Properties info,
javax.net.SocketFactory socketFactory,
HostSpec hostSpec,
SslMode sslMode) |
Modifier and Type | Method and Description |
---|---|
private ISSPIClient |
ConnectionFactoryImpl.createSSPI(PGStream pgStream,
java.lang.String spnServiceClass,
boolean enableNegotiate) |
private void |
ConnectionFactoryImpl.doAuthentication(PGStream pgStream,
java.lang.String host,
java.lang.String user,
java.util.Properties info) |
private PGStream |
ConnectionFactoryImpl.enableSSL(PGStream pgStream,
SslMode sslMode,
java.util.Properties info,
int connectTimeout) |
private void |
ConnectionFactoryImpl.sendStartupPacket(PGStream pgStream,
java.util.List<java.lang.String[]> params) |
private static void |
SimpleParameterList.streamBytea(PGStream pgStream,
ByteStreamWriter writer) |
private static void |
SimpleParameterList.streamBytea(PGStream pgStream,
StreamWrapper wrapper) |
(package private) void |
SimpleParameterList.writeV3Value(int index,
PGStream pgStream) |
Constructor and Description |
---|
QueryExecutorImpl(PGStream pgStream,
java.lang.String user,
java.lang.String database,
int cancelSignalTimeout,
java.util.Properties info) |
Modifier and Type | Field and Description |
---|---|
private PGStream |
V3ReplicationProtocol.pgStream |
Constructor and Description |
---|
V3ReplicationProtocol(QueryExecutor queryExecutor,
PGStream pgStream) |
Modifier and Type | Field and Description |
---|---|
private PGStream |
GssAction.pgStream |
Modifier and Type | Method and 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,
boolean logServerErrorDetail) |
Constructor and Description |
---|
GssAction(PGStream pgStream,
org.ietf.jgss.GSSCredential clientCredentials,
java.lang.String host,
java.lang.String user,
java.lang.String kerberosServerName,
boolean useSpnego,
boolean logServerErrorDetail) |
Modifier and Type | Field and Description |
---|---|
private PGStream |
ScramAuthenticator.pgStream |
Modifier and Type | Method and Description |
---|---|
void |
ScramAuthenticator.BodySender.sendBody(PGStream pgStream) |
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) |
private static void |
MakeSSL.verifyPeerName(PGStream stream,
java.util.Properties info,
javax.net.ssl.SSLSocket newConnection) |