Uses of Class
com.ongres.scram.client.ScramClient.ChannelBinding
-
-
Uses of ScramClient.ChannelBinding in com.ongres.scram.client
Fields in com.ongres.scram.client declared as ScramClient.ChannelBinding Modifier and Type Field Description protected ScramClient.ChannelBindingScramClient.PreBuilder1. channelBindingMethods in com.ongres.scram.client that return ScramClient.ChannelBinding Modifier and Type Method Description static ScramClient.ChannelBindingScramClient.ChannelBinding. valueOf(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.PreBuilder1ScramClient. channelBinding(ScramClient.ChannelBinding channelBinding)Selects for the client whether to use channel binding.
-