public enum TokenState extends Enum<TokenState> implements EnumDict<String>
EnumDict.EnumDictJSONDeserializer| Enum Constant and Description |
|---|
deny
已被禁止访问
|
expired
已过期
|
lock
锁定
|
normal
正常,有效
|
offline
已被踢下线
|
DEFAULT_WRITE_JSON_OBJECT| Modifier and Type | Method and Description |
|---|---|
static TokenState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfeq, find, find, findByText, findByValue, findList, getByMask, getByMask, getByMask, getComments, getI18nCode, getI18nMessage, getMask, getText, getValue, getWriteJSONObject, in, in, in, index, isWriteJSONObjectEnabled, maskIn, maskInAny, ordinal, toMask, writepublic static final TokenState normal
public static final TokenState deny
public static final TokenState expired
public static final TokenState offline
AllopatricLoginMode.offlineOtherpublic static final TokenState lock
public static TokenState[] values()
for (TokenState c : TokenState.values()) System.out.println(c);
public static TokenState 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 © 2016–2021. All rights reserved.