public enum KdcOption extends Enum<KdcOption> implements EnumType
| Enum Constant and Description |
|---|
ALLOW_POSTDATE |
CANONICALIZE |
CNAME_IN_ADDL_TKT |
DISABLE_TRANSITED_CHECK |
ENC_TKT_IN_SKEY |
FORWARDABLE |
FORWARDED |
NONE |
POSTDATED |
PROXIABLE |
PROXY |
RENEW |
RENEWABLE |
RENEWABLE_OK |
REQUEST_ANONYMOUS |
VALIDATE |
| Modifier and Type | Method and Description |
|---|---|
static KdcOption |
fromValue(int value) |
String |
getName() |
int |
getValue() |
static KdcOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KdcOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KdcOption NONE
public static final KdcOption FORWARDABLE
public static final KdcOption FORWARDED
public static final KdcOption PROXIABLE
public static final KdcOption PROXY
public static final KdcOption ALLOW_POSTDATE
public static final KdcOption POSTDATED
public static final KdcOption RENEWABLE
public static final KdcOption CNAME_IN_ADDL_TKT
public static final KdcOption CANONICALIZE
public static final KdcOption REQUEST_ANONYMOUS
public static final KdcOption DISABLE_TRANSITED_CHECK
public static final KdcOption RENEWABLE_OK
public static final KdcOption ENC_TKT_IN_SKEY
public static final KdcOption RENEW
public static final KdcOption VALIDATE
public static KdcOption[] values()
for (KdcOption c : KdcOption.values()) System.out.println(c);
public static KdcOption 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 static KdcOption fromValue(int value)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.