Uses of Enum
com.ongres.scram.client.ChannelBindingPolicy
Packages that use ChannelBindingPolicy
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ChannelBindingPolicy in com.ongres.scram.client
Fields in com.ongres.scram.client declared as ChannelBindingPolicyModifier and TypeFieldDescription(package private) ChannelBindingPolicyScramClient.Builder.bindingPolicyMethods in com.ongres.scram.client that return ChannelBindingPolicyModifier and TypeMethodDescriptionstatic ChannelBindingPolicyReturns the enum constant of this type with the specified name.static ChannelBindingPolicy[]ChannelBindingPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ongres.scram.client with parameters of type ChannelBindingPolicyModifier and TypeMethodDescriptionScramClient.Builder.channelBindingPolicy(ChannelBindingPolicy policy) ScramClient.FinalBuildStage.channelBindingPolicy(ChannelBindingPolicy policy) Sets the channel binding policy to determine how the client negotiates security layers with the server.