com.atlassian.sal.api.auth
Enum Authenticator.Result.Status
java.lang.Object
java.lang.Enum<Authenticator.Result.Status>
com.atlassian.sal.api.auth.Authenticator.Result.Status
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Authenticator.Result.Status>
- Enclosing class:
- Authenticator.Result
public static enum Authenticator.Result.Status
- extends java.lang.Enum<Authenticator.Result.Status>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
SUCCESS
public static final Authenticator.Result.Status SUCCESS
FAILED
public static final Authenticator.Result.Status FAILED
ERROR
public static final Authenticator.Result.Status ERROR
NO_ATTEMPT
public static final Authenticator.Result.Status NO_ATTEMPT
values
public static final Authenticator.Result.Status[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(Authenticator.Result.Status c : Authenticator.Result.Status.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static Authenticator.Result.Status valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<Authenticator.Result.Status>
Copyright © 2009 Atlassian. All Rights Reserved.