public enum ExpiredObjectType extends Enum<ExpiredObjectType>
| Enum Constant and Description |
|---|
JWKS |
NONCE |
REQUEST_OBJECT |
STATE |
| Modifier and Type | Method and Description |
|---|---|
static ExpiredObjectType |
fromValue(String v) |
String |
getValue() |
static ExpiredObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpiredObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpiredObjectType STATE
public static final ExpiredObjectType NONCE
public static final ExpiredObjectType REQUEST_OBJECT
public static final ExpiredObjectType JWKS
public static ExpiredObjectType[] values()
for (ExpiredObjectType c : ExpiredObjectType.values()) System.out.println(c);
public static ExpiredObjectType 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 getValue()
public static ExpiredObjectType fromValue(String v)
Copyright © 2021. All rights reserved.