public enum AdminServerOption extends Enum<AdminServerOption> implements org.apache.kerby.KOption
| Enum Constant and Description |
|---|
ADMIN_HOST |
ADMIN_PORT |
ADMIN_REALM |
ADMIN_TCP_PORT |
ADMIN_UDP_PORT |
ALLOW_TCP |
ALLOW_UDP |
ENABLE_DEBUG |
INNER_ADMIN_IMPL |
NONE |
WORK_DIR |
| Modifier and Type | Method and Description |
|---|---|
org.apache.kerby.KOptionInfo |
getOptionInfo() |
static AdminServerOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdminServerOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminServerOption NONE
public static final AdminServerOption INNER_ADMIN_IMPL
public static final AdminServerOption ADMIN_REALM
public static final AdminServerOption ADMIN_HOST
public static final AdminServerOption ADMIN_PORT
public static final AdminServerOption ALLOW_TCP
public static final AdminServerOption ADMIN_TCP_PORT
public static final AdminServerOption ALLOW_UDP
public static final AdminServerOption ADMIN_UDP_PORT
public static final AdminServerOption WORK_DIR
public static final AdminServerOption ENABLE_DEBUG
public static AdminServerOption[] values()
for (AdminServerOption c : AdminServerOption.values()) System.out.println(c);
public static AdminServerOption 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–2022 The Apache Software Foundation. All rights reserved.