Uses of Class
org.postgresql.jdbc.GSSEncMode
-
Packages that use GSSEncMode Package Description org.postgresql.core.v3 org.postgresql.jdbc -
-
Uses of GSSEncMode in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type GSSEncMode Modifier and Type Method Description private static PGStream
ConnectionFactoryImpl. enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, java.lang.String host, java.util.Properties info, int connectTimeout)
private PGStream
ConnectionFactoryImpl. tryConnect(java.util.Properties info, javax.net.SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode)
-
Uses of GSSEncMode in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as GSSEncMode Modifier and Type Field Description private static GSSEncMode[]
GSSEncMode. VALUES
Methods in org.postgresql.jdbc that return GSSEncMode Modifier and Type Method Description static GSSEncMode
GSSEncMode. of(java.util.Properties info)
static GSSEncMode
GSSEncMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GSSEncMode[]
GSSEncMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-