Class UnmodifiableClaimSet
java.lang.Object
com.c4_soft.springaddons.security.oidc.DelegatingMap<String,Object>
com.c4_soft.springaddons.security.oidc.UnmodifiableClaimSet
- All Implemented Interfaces:
ClaimSet,Serializable,Map<String,Object>
- Direct Known Subclasses:
OpenidClaimSet
- Author:
- Jérôme Wacongne <ch4mp#64;c4-soft.com>
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.c4_soft.springaddons.security.oidc.DelegatingMap
clear, containsKey, containsValue, entrySet, get, getDelegate, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.c4_soft.springaddons.security.oidc.ClaimSet
claim, claim, claim, getAsBoolean, getAsInstant, getAsString, getAsStringSet, getAsUri, getByJsonPathMethods 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