Uses of Enum Class
org.postgresql.jdbc.GSSEncMode
Packages that use GSSEncMode
-
Uses of GSSEncMode in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type GSSEncModeModifier and TypeMethodDescriptionprivate PGStream
ConnectionFactoryImpl.enableGSSEncrypted
(PGStream pgStream, GSSEncMode gssEncMode, String host, Properties info, int connectTimeout) private PGStream
ConnectionFactoryImpl.tryConnect
(Properties info, SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode) -
Uses of GSSEncMode in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as GSSEncModeMethods in org.postgresql.jdbc that return GSSEncModeModifier and TypeMethodDescriptionstatic GSSEncMode
GSSEncMode.of
(Properties info) static GSSEncMode
Returns the enum constant of this class with the specified name.static GSSEncMode[]
GSSEncMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.