Package com.nimbusds.jose.proc
Class SimpleSecurityContext
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.Object>
-
- com.nimbusds.jose.proc.SimpleSecurityContext
-
- All Implemented Interfaces:
SecurityContext,java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public class SimpleSecurityContext extends java.util.HashMap<java.lang.String,java.lang.Object> implements SecurityContext
Simple map-based security context. May be extended to provide typed setters and getters.- Version:
- 2015-04-22
- Author:
- Vladimir Dzhuvinov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleSecurityContext()
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-