Package org.chenile.core.context
Class ContextContainer.Context
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
- Enclosing class:
- ContextContainer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Modifier and TypeFieldDescriptionprivate org.springframework.security.core.Authentication
boolean
boolean
boolean
boolean
private static final long
-
Constructor Summary
-
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
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
userId
-
regionId
-
groupId
-
employeeId
-
appType
-
tenantType
-
tenant
-
isActive
public boolean isActive -
isVerified
public boolean isVerified -
isOnDemand
public boolean isOnDemand -
isInternal
public boolean isInternal -
trajectory
-
authentication
private org.springframework.security.core.Authentication authentication -
extensions
-
-
Constructor Details
-
Context
public Context()
-