Uses of Enum Class
org.postgresql.core.v3.ChannelBindingOption
Packages that use ChannelBindingOption
-
Uses of ChannelBindingOption in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ChannelBindingOptionModifier and TypeMethodDescriptionstatic ChannelBindingOption
ChannelBindingOption.of
(Properties info) static ChannelBindingOption
Returns the enum constant of this class with the specified name.static ChannelBindingOption[]
ChannelBindingOption.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 ChannelBindingOptionModifier and TypeMethodDescriptionScramAuthenticator.advertisedMechanisms
(PGStream stream, ChannelBindingOption channelBinding) private static byte[]
ScramAuthenticator.getChannelBindingData
(PGStream stream, ChannelBindingOption channelBinding)