Interface ClaimSet
- All Superinterfaces:
Map<String,,Object> Serializable
- All Known Implementing Classes:
ModifiableClaimSet,OpenidClaimSet,UnmodifiableClaimSet
Claim-sets are collections of key-value pairs, so lets extend
Map<String, Object>- Author:
- Jérôme Wacongne <ch4mp#64;c4-soft.com>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault ClaimSetdefault ClaimSetdefault ClaimSetclaim(String claimName, Collection<?> claimValue) default BooleangetAsBoolean(String name) default InstantgetAsInstant(String name) default StringgetAsString(String name) getAsStringSet(String name) default URIdefault <T> TgetByJsonPath(String jsonPath) Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
getByJsonPath
-
getAsString
-
getAsInstant
-
getAsStringSet
-
getAsUri
- Throws:
URISyntaxException
-
getAsBoolean
-
claim
-
claim
-
claim
-