protected static enum RefreshableTokenSource.TokenState extends Enum<RefreshableTokenSource.TokenState>
| Modifier and Type | Method and Description |
|---|---|
static RefreshableTokenSource.TokenState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshableTokenSource.TokenState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreshableTokenSource.TokenState FRESH
public static final RefreshableTokenSource.TokenState STALE
public static final RefreshableTokenSource.TokenState EXPIRED
public static RefreshableTokenSource.TokenState[] values()
for (RefreshableTokenSource.TokenState c : RefreshableTokenSource.TokenState.values()) System.out.println(c);
public static RefreshableTokenSource.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 © 2025. All rights reserved.