public interface Claim
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the claim name
|
java.lang.String |
getValue()
Get the claim value
|
java.util.List<java.lang.String> |
getValues()
Get the claim values
|
boolean |
isEssential()
Check whether the claim is essential or voluntary
|
java.lang.String getName()
boolean isEssential()
java.lang.String getValue()
java.util.List<java.lang.String> getValues()