public enum Gs2Attributes extends Enum<Gs2Attributes> implements CharAttribute
Enum Constant and Description |
---|
AUTHZID
SCRAM attribute.
|
CHANNEL_BINDING_REQUIRED
Channel binding attribute.
|
CLIENT_NOT
Channel binding attribute.
|
CLIENT_YES_SERVER_NOT
Channel binding attribute.
|
Modifier and Type | Method and Description |
---|---|
static Gs2Attributes |
byChar(char c) |
static Gs2Attributes |
byGS2CbindFlag(Gs2CbindFlag cbindFlag) |
char |
getChar()
Return the char used to represent this attribute
|
static Gs2Attributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gs2Attributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gs2Attributes CLIENT_NOT
public static final Gs2Attributes CLIENT_YES_SERVER_NOT
public static final Gs2Attributes CHANNEL_BINDING_REQUIRED
public static final Gs2Attributes AUTHZID
public static Gs2Attributes[] values()
for (Gs2Attributes c : Gs2Attributes.values()) System.out.println(c);
public static Gs2Attributes 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 char getChar()
CharAttribute
getChar
in interface CharAttribute
public static Gs2Attributes byChar(char c)
public static Gs2Attributes byGS2CbindFlag(Gs2CbindFlag cbindFlag)
Copyright © 2017–2019. All rights reserved.