Uses of Class
org.postgresql.core.v3.ChannelBindingOption
-
Packages that use ChannelBindingOption Package Description org.postgresql.core.v3 -
-
Uses of ChannelBindingOption in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ChannelBindingOption Modifier and Type Method Description static ChannelBindingOption
ChannelBindingOption. of(java.util.Properties info)
static ChannelBindingOption
ChannelBindingOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChannelBindingOption[]
ChannelBindingOption. 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 ChannelBindingOption Modifier and Type Method Description private static java.util.List<java.lang.String>
ScramAuthenticator. advertisedMechanisms(PGStream stream, ChannelBindingOption channelBinding)
private static byte[]
ScramAuthenticator. getChannelBindingData(PGStream stream, ChannelBindingOption channelBinding)
-