Uses of Enum Class
org.postgresql.core.v3.ChannelBinding
Packages that use ChannelBinding
-
Uses of ChannelBinding in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ChannelBindingModifier and TypeMethodDescriptionstatic ChannelBindingChannelBinding.of(Properties info) static ChannelBindingReturns the enum constant of this class with the specified name.static ChannelBinding[]ChannelBinding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.postgresql.core.v3 with parameters of type ChannelBindingModifier and TypeMethodDescriptionScramAuthenticator.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 ChannelBindingModifierConstructorDescription(package private)ScramAuthenticator(char[] password, PGStream pgStream, ChannelBinding channelBinding)