Interface ClaimSet
- All Superinterfaces:
Map<String,,Object> Serializable
- All Known Implementing Classes:
ModifiableClaimSet,OpenidClaimSet,OpenidToken,UnmodifiableClaimSet
Claim-sets are collections of key-value pairs, so lets extend
Map<String, Object>- Author:
- Jérôme Wacongne <ch4mp@c4-soft.com>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault ClaimSetdefault ClaimSetdefault ClaimSetclaim(String claimName, Collection<?> claimValue) default @Nullable BooleangetAsBoolean(String name) default @Nullable InstantgetAsInstant(String name) default StringgetAsString(String name) getAsStringSet(String name) default @Nullable 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
-