public interface Claims
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
asMap() |
Set<String> |
audience() |
String |
authorizedParty() |
<T> T |
claimValue(String claim,
Class<T> valueType) |
<T> Collection<T> |
claimValues(String claim,
Class<T> collectionType) |
long |
expiresOn() |
long |
issuedAt() |
String |
issuer() |
String |
jti() |
long |
notBefore() |
String |
subject() |