Uses of Enum Class
com.ongres.scram.client.ScramClient.ChannelBinding
Packages that use ScramClient.ChannelBinding
-
Uses of ScramClient.ChannelBinding in com.ongres.scram.client
Fields in com.ongres.scram.client declared as ScramClient.ChannelBindingModifier and TypeFieldDescriptionprivate final ScramClient.ChannelBinding
ScramClient.channelBinding
protected final ScramClient.ChannelBinding
ScramClient.PreBuilder1.channelBinding
Methods in com.ongres.scram.client that return ScramClient.ChannelBindingModifier and TypeMethodDescriptionstatic ScramClient.ChannelBinding
Returns the enum constant of this class with the specified name.static ScramClient.ChannelBinding[]
ScramClient.ChannelBinding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ongres.scram.client with parameters of type ScramClient.ChannelBindingModifier and TypeMethodDescriptionstatic ScramClient.PreBuilder1
ScramClient.channelBinding
(ScramClient.ChannelBinding channelBinding) Selects for the client whether to use channel binding.Constructors in com.ongres.scram.client with parameters of type ScramClient.ChannelBindingModifierConstructorDescriptionprivate
Builder
(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism) private
PreBuilder1
(ScramClient.ChannelBinding channelBinding) private
PreBuilder2
(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation) private
ScramClient
(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism, SecureRandom secureRandom, NonceSupplier nonceSupplier)