public static enum ScramClient.ChannelBinding extends 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 | Method and Description |
---|---|
Gs2CbindFlag |
gs2CbindFlag() |
static ScramClient.ChannelBinding |
valueOf(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
public static ScramClient.ChannelBinding[] values()
for (ScramClient.ChannelBinding c : ScramClient.ChannelBinding.values()) System.out.println(c);
public static ScramClient.ChannelBinding valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Gs2CbindFlag gs2CbindFlag()
Copyright © 2017–2022. All rights reserved.