Package | Description |
---|---|
com.ongres.scram.client |
Modifier and Type | Field and Description |
---|---|
private ScramClient.ChannelBinding |
ScramClient.channelBinding |
protected ScramClient.ChannelBinding |
ScramClient.PreBuilder1.channelBinding |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static ScramClient.PreBuilder1 |
ScramClient.channelBinding(ScramClient.ChannelBinding channelBinding)
Selects for the client whether to use channel binding.
|
Constructor and 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) |