public static enum SyncopeEnduserSession.Error extends Enum<SyncopeEnduserSession.Error>
| Enum Constant and Description |
|---|
AUTHORIZATION |
REST |
SESSION_EXPIRED |
| Modifier and Type | Method and Description |
|---|---|
String |
fallback() |
String |
key() |
static SyncopeEnduserSession.Error |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncopeEnduserSession.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncopeEnduserSession.Error SESSION_EXPIRED
public static final SyncopeEnduserSession.Error AUTHORIZATION
public static final SyncopeEnduserSession.Error REST
public static SyncopeEnduserSession.Error[] values()
for (SyncopeEnduserSession.Error c : SyncopeEnduserSession.Error.values()) System.out.println(c);
public static SyncopeEnduserSession.Error 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 key()
public String fallback()
Copyright © 2020–2023. All rights reserved.