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.ChannelBindingScramClient.channelBindingprotected final ScramClient.ChannelBindingScramClient.PreBuilder1.channelBindingMethods in com.ongres.scram.client that return ScramClient.ChannelBindingModifier and TypeMethodDescriptionstatic ScramClient.ChannelBindingReturns 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.PreBuilder1ScramClient.channelBinding(ScramClient.ChannelBinding channelBinding) Selects for the client whether to use channel binding.Constructors in com.ongres.scram.client with parameters of type ScramClient.ChannelBindingModifierConstructorDescriptionprivateBuilder(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism) privatePreBuilder1(ScramClient.ChannelBinding channelBinding) privatePreBuilder2(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation) privateScramClient(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism, SecureRandom secureRandom, NonceSupplier nonceSupplier)