public enum KrbKdcOption extends Enum<KrbKdcOption> implements org.apache.kerby.KOption
| Enum Constant and Description |
|---|
ANONYMOUS |
CANONICALIZE |
FORWARDABLE |
NONE |
PROXIABLE |
RENEW |
RENEWABLE |
RENEWABLE_OK |
REQUEST_ANONYMOUS |
VALIDATE |
| Modifier and Type | Method and Description |
|---|---|
static KrbKdcOption |
fromOptionName(String optionName) |
org.apache.kerby.KOptionInfo |
getOptionInfo() |
static KrbKdcOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrbKdcOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KrbKdcOption NONE
public static final KrbKdcOption FORWARDABLE
public static final KrbKdcOption PROXIABLE
public static final KrbKdcOption REQUEST_ANONYMOUS
public static final KrbKdcOption VALIDATE
public static final KrbKdcOption RENEW
public static final KrbKdcOption RENEWABLE
public static final KrbKdcOption RENEWABLE_OK
public static final KrbKdcOption CANONICALIZE
public static final KrbKdcOption ANONYMOUS
public static KrbKdcOption[] values()
for (KrbKdcOption c : KrbKdcOption.values()) System.out.println(c);
public static KrbKdcOption 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.KOptionpublic static KrbKdcOption fromOptionName(String optionName)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.