public static enum ClaimsRepresentation.ClaimContext extends Enum<ClaimsRepresentation.ClaimContext>
Modifier and Type | Method and Description |
---|---|
static ClaimsRepresentation.ClaimContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimsRepresentation.ClaimContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaimsRepresentation.ClaimContext ID_TOKEN
public static final ClaimsRepresentation.ClaimContext USERINFO
public static ClaimsRepresentation.ClaimContext[] values()
for (ClaimsRepresentation.ClaimContext c : ClaimsRepresentation.ClaimContext.values()) System.out.println(c);
public static ClaimsRepresentation.ClaimContext 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 JBoss by Red Hat. All rights reserved.