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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanvoidsetEssential(Boolean essential) voidsetValue(CLAIM_TYPE value) voidsetValues(List<CLAIM_TYPE> values)  
- 
Constructor Details
- 
ClaimValue
public ClaimValue() 
 - 
 - 
Method Details
- 
getEssential
 - 
isEssential
public boolean isEssential() - 
setEssential
 - 
getValue
 - 
setValue
 - 
getValues
 - 
setValues
 
 -