public enum KrbOptionGroup extends Enum<KrbOptionGroup> implements org.apache.kerby.KOptionGroup
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
static KrbOptionGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrbOptionGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KrbOptionGroup NONE
public static final KrbOptionGroup KRB
public static final KrbOptionGroup KDC_FLAGS
public static final KrbOptionGroup PKINIT
public static final KrbOptionGroup TOKEN
public static KrbOptionGroup[] values()
for (KrbOptionGroup c : KrbOptionGroup.values()) System.out.println(c);
public static KrbOptionGroup 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 String getGroupName()
getGroupName in interface org.apache.kerby.KOptionGroupCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.