public static enum TokenUtils.InvalidClaims extends Enum<TokenUtils.InvalidClaims>
Enum Constant and Description |
---|
ALG |
ENCRYPTOR |
EXP |
IAT |
ISSUER |
SIGNER |
Modifier and Type | Method and Description |
---|---|
static TokenUtils.InvalidClaims |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenUtils.InvalidClaims[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenUtils.InvalidClaims ISSUER
public static final TokenUtils.InvalidClaims IAT
public static final TokenUtils.InvalidClaims EXP
public static final TokenUtils.InvalidClaims SIGNER
public static final TokenUtils.InvalidClaims ENCRYPTOR
public static final TokenUtils.InvalidClaims ALG
public static TokenUtils.InvalidClaims[] values()
for (TokenUtils.InvalidClaims c : TokenUtils.InvalidClaims.values()) System.out.println(c);
public static TokenUtils.InvalidClaims 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 © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.