Uses of Class
com.ongres.scram.client.ScramClient.ChannelBinding
-
Packages that use ScramClient.ChannelBinding Package Description com.ongres.scram.client -
-
Uses of ScramClient.ChannelBinding in com.ongres.scram.client
Fields in com.ongres.scram.client declared as ScramClient.ChannelBinding Modifier and Type Field Description private ScramClient.ChannelBinding
ScramClient. channelBinding
protected ScramClient.ChannelBinding
ScramClient.PreBuilder1. channelBinding
Methods in com.ongres.scram.client that return ScramClient.ChannelBinding Modifier and Type Method Description static ScramClient.ChannelBinding
ScramClient.ChannelBinding. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScramClient.ChannelBinding[]
ScramClient.ChannelBinding. 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 ScramClient.ChannelBinding Modifier and Type Method Description static 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.ChannelBinding Constructor Description Builder(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism)
PreBuilder1(ScramClient.ChannelBinding channelBinding)
PreBuilder2(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation)
ScramClient(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism, java.security.SecureRandom secureRandom, NonceSupplier nonceSupplier)
-