public enum KdcServerOption extends Enum<KdcServerOption> implements org.apache.kerby.KOption
| Enum Constant and Description |
|---|
ALLOW_TCP |
ALLOW_UDP |
ENABLE_DEBUG |
INNER_KDC_IMPL |
KDC_HOST |
KDC_PORT |
KDC_REALM |
KDC_TCP_PORT |
KDC_UDP_PORT |
NONE |
WORK_DIR |
| Modifier and Type | Method and Description |
|---|---|
org.apache.kerby.KOptionInfo |
getOptionInfo() |
static KdcServerOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KdcServerOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KdcServerOption NONE
public static final KdcServerOption INNER_KDC_IMPL
public static final KdcServerOption KDC_REALM
public static final KdcServerOption KDC_HOST
public static final KdcServerOption KDC_PORT
public static final KdcServerOption ALLOW_TCP
public static final KdcServerOption KDC_TCP_PORT
public static final KdcServerOption ALLOW_UDP
public static final KdcServerOption KDC_UDP_PORT
public static final KdcServerOption WORK_DIR
public static final KdcServerOption ENABLE_DEBUG
public static KdcServerOption[] values()
for (KdcServerOption c : KdcServerOption.values()) System.out.println(c);
public static KdcServerOption 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 org.apache.kerby.KOptionInfo getOptionInfo()
getOptionInfo in interface org.apache.kerby.KOptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.