Uses of Class
org.postgresql.core.v3.ChannelBinding
-
Packages that use ChannelBinding Package Description org.postgresql.core.v3 -
-
Uses of ChannelBinding in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ChannelBinding Modifier and Type Method Description static ChannelBindingChannelBinding. of(java.util.Properties info)static ChannelBindingChannelBinding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChannelBinding[]ChannelBinding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.postgresql.core.v3 with parameters of type ChannelBinding Modifier and Type Method Description private static java.util.List<java.lang.String>ScramAuthenticator. advertisedMechanisms(PGStream stream, ChannelBinding channelBinding)private static byte[]ScramAuthenticator. getChannelBindingData(PGStream stream, ChannelBinding channelBinding)private static com.ongres.scram.client.ScramClientScramAuthenticator. initializeScramClient(char[] password, PGStream stream, ChannelBinding channelBinding)Constructors in org.postgresql.core.v3 with parameters of type ChannelBinding Constructor Description ScramAuthenticator(char[] password, PGStream pgStream, ChannelBinding channelBinding)
-