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