public static enum WebUIAuthenticationCallback.AuthenticationState extends Enum<WebUIAuthenticationCallback.AuthenticationState>
| Modifier and Type | Method and Description |
|---|---|
WebUIAuthenticationCallback.AuthenticationState |
fromCode(int code) |
static WebUIAuthenticationCallback.AuthenticationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebUIAuthenticationCallback.AuthenticationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebUIAuthenticationCallback.AuthenticationState SUCCESS
public static final WebUIAuthenticationCallback.AuthenticationState FAILED
public static WebUIAuthenticationCallback.AuthenticationState[] values()
for (WebUIAuthenticationCallback.AuthenticationState c : WebUIAuthenticationCallback.AuthenticationState.values()) System.out.println(c);
public static WebUIAuthenticationCallback.AuthenticationState 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 WebUIAuthenticationCallback.AuthenticationState fromCode(int code)
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.