public static enum KerberosConfigCheck.Arguments extends Enum<KerberosConfigCheck.Arguments>
Enum Constant and Description |
---|
domains |
jaas_file |
jboss_dir |
krb5_conf_path |
password |
user |
Modifier and Type | Method and Description |
---|---|
static KerberosConfigCheck.Arguments |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KerberosConfigCheck.Arguments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KerberosConfigCheck.Arguments domains
public static final KerberosConfigCheck.Arguments user
public static final KerberosConfigCheck.Arguments password
public static final KerberosConfigCheck.Arguments jaas_file
public static final KerberosConfigCheck.Arguments jboss_dir
public static final KerberosConfigCheck.Arguments krb5_conf_path
public static KerberosConfigCheck.Arguments[] values()
for (KerberosConfigCheck.Arguments c : KerberosConfigCheck.Arguments.values()) System.out.println(c);
public static KerberosConfigCheck.Arguments 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 nullCopyright © 2012. All Rights Reserved.