public static enum WhoamiApplinksServlet.AuthenticationStatus extends Enum<WhoamiApplinksServlet.AuthenticationStatus>
| Enum Constant and Description |
|---|
ACCEPTED |
ANONYMOUS |
COMMUNICATION_ERROR |
CREDENTIALS_REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
static WhoamiApplinksServlet.AuthenticationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhoamiApplinksServlet.AuthenticationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhoamiApplinksServlet.AuthenticationStatus ACCEPTED
public static final WhoamiApplinksServlet.AuthenticationStatus CREDENTIALS_REQUIRED
public static final WhoamiApplinksServlet.AuthenticationStatus COMMUNICATION_ERROR
public static final WhoamiApplinksServlet.AuthenticationStatus ANONYMOUS
public static WhoamiApplinksServlet.AuthenticationStatus[] values()
for (WhoamiApplinksServlet.AuthenticationStatus c : WhoamiApplinksServlet.AuthenticationStatus.values()) System.out.println(c);
public static WhoamiApplinksServlet.AuthenticationStatus 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 © 2018 Atlassian. All rights reserved.