T - the expected type of the claimpublic interface ClaimValue<T>
extends java.security.Principal
JsonWebToken| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Access the name of the claim. 
 | 
T | 
getValue()
Access the value of the claim. 
 | 
java.lang.String getName()
getName in interface java.security.PrincipalT getValue()