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 static PGStreamConnectionFactoryImpl.enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, String host, Properties info, int connectTimeout) private PGStreamConnectionFactoryImpl.tryConnect(Properties info, SocketFactory socketFactory, HostSpec hostSpec, SslMode sslMode, GSSEncMode gssEncMode) -
Uses of GSSEncMode in org.postgresql.jdbc
Subclasses with type arguments of type GSSEncMode in org.postgresql.jdbcFields in org.postgresql.jdbc declared as GSSEncModeMethods in org.postgresql.jdbc that return GSSEncModeModifier and TypeMethodDescriptionstatic GSSEncModeGSSEncMode.of(Properties info) static GSSEncModeReturns 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.