public static enum CSN.CsnVersion extends Enum<CSN.CsnVersion>
Enum Constant and Description |
---|
V1
Version before DJ 6.5.0, fixed length, historical.
|
V2
Version in 6.5.0, variable length.
|
Modifier and Type | Method and Description |
---|---|
static CSN.CsnVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSN.CsnVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSN.CsnVersion V1
public static final CSN.CsnVersion V2
public static CSN.CsnVersion[] values()
for (CSN.CsnVersion c : CSN.CsnVersion.values()) System.out.println(c);
public static CSN.CsnVersion 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 nullCopyright 2010-2022 ForgeRock AS.