public class Claim
extends java.lang.Object
Constructor and Description |
---|
Claim()
Default constructor
|
Claim(java.lang.String name, java.util.List<java.lang.Object> values)
Constructor with claim name and associated values
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Provides the claim name
|
java.util.List<java.lang.Object> |
getValues()
Provides the list of claim values
|