Package org.keycloak.representations
Class ClaimsRepresentation.ClaimValue<CLAIM_TYPE>
java.lang.Object
org.keycloak.representations.ClaimsRepresentation.ClaimValue<CLAIM_TYPE>
- Type Parameters:
CLAIM_TYPE
- Specifies the type of the claim
- Enclosing class:
- ClaimsRepresentation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
boolean
void
setEssential
(Boolean essential) void
setValue
(CLAIM_TYPE value) void
setValues
(List<CLAIM_TYPE> values)
-
Constructor Details
-
ClaimValue
public ClaimValue()
-
-
Method Details
-
getEssential
-
isEssential
public boolean isEssential() -
setEssential
-
getValue
-
setValue
-
getValues
-
setValues
-