public static enum Authenticator.Result.Status extends Enum<Authenticator.Result.Status>
| Enum Constant and Description |
|---|
ERROR |
FAILED |
NO_ATTEMPT |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Authenticator.Result.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Authenticator.Result.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Authenticator.Result.Status SUCCESS
public static final Authenticator.Result.Status FAILED
public static final Authenticator.Result.Status ERROR
public static final Authenticator.Result.Status NO_ATTEMPT
public static Authenticator.Result.Status[] values()
for (Authenticator.Result.Status c : Authenticator.Result.Status.values()) System.out.println(c);
public static Authenticator.Result.Status 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 String toString()
toString in class Enum<Authenticator.Result.Status>Copyright © 2018 Atlassian. All rights reserved.