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 PGStreamConnectionFactoryImpl. enableGSSEncrypted(PGStream pgStream, GSSEncMode gssEncMode, java.lang.String host, java.util.Properties info, int connectTimeout)private PGStreamConnectionFactoryImpl. 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. VALUESMethods in org.postgresql.jdbc that return GSSEncMode Modifier and Type Method Description static GSSEncModeGSSEncMode. of(java.util.Properties info)static GSSEncModeGSSEncMode. 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.
-