public static enum ScramClient.ChannelBinding extends java.lang.Enum<ScramClient.ChannelBinding>
| Enum Constant and Description |
|---|
IF_SERVER_SUPPORTS_IT
Channel binding is preferred.
|
NO
Don't use channel binding.
|
YES
Force use of channel binding.
|
| Modifier and Type | Field and Description |
|---|---|
private Gs2CbindFlag |
gs2CbindFlag |
| Modifier and Type | Method and Description |
|---|---|
Gs2CbindFlag |
gs2CbindFlag() |
static ScramClient.ChannelBinding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScramClient.ChannelBinding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScramClient.ChannelBinding NO
public static final ScramClient.ChannelBinding YES
public static final ScramClient.ChannelBinding IF_SERVER_SUPPORTS_IT
private final Gs2CbindFlag gs2CbindFlag
public static ScramClient.ChannelBinding[] values()
for (ScramClient.ChannelBinding c : ScramClient.ChannelBinding.values()) System.out.println(c);
public static ScramClient.ChannelBinding valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic Gs2CbindFlag gs2CbindFlag()