Class SessionStorage
java.lang.Object
com.evolveum.midpoint.web.session.SessionStorage
- All Implemented Interfaces:
DebugDumpable
,Serializable
- Author:
- lazyman
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Show the content of the object intended for diagnostics by system administrator.debugDump
(int indent) void
dumpSizeEstimates
(StringBuilder sb, int indent) getMode()
getObjectHistoryAuditLog
(QName objectType) <T extends PageStorage>
TgetPageStorage
(@NotNull String key, @NotNull Class<T> type) getResourceContentStorage
(ShadowKindType kind, String searchMode) Deprecated.initMemberStorage
(String storageKey) initMemberStorage
(String storageKey, SearchBoxConfigurationHelper searchBoxConfig) initPageStorage
(String key) void
setMode
(@NotNull SessionStorage.Mode mode) void
setObjectDetailsStorage
(String key, ContainerPanelConfigurationType config) void
setObjectHistoryAuditLog
(QName objectType, AuditLogStorage storage) <T extends PageStorage>
voidsetPageStorage
(@NotNull String key, T value) void
setRequestAccess
(RequestAccess requestAccess) void
setUserProfile
(UserProfileStorage profile) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDumpLazily, debugDumpLazily
-
Field Details
-
KEY_SIMULATION
- See Also:
-
KEY_CONFIGURATION
- See Also:
-
KEY_ROLE_MEMBERS
- See Also:
-
KEY_ROLE_CATALOG
- See Also:
-
KEY_AUDIT_LOG
- See Also:
-
KEY_USER_HISTORY_AUDIT_LOG
- See Also:
-
KEY_OBJECT_HISTORY_AUDIT_LOG
- See Also:
-
KEY_EVENT_DETAIL_AUDIT_LOG
- See Also:
-
KEY_RESOURCE_ACCOUNT_CONTENT
- See Also:
-
KEY_RESOURCE_ENTITLEMENT_CONTENT
- See Also:
-
KEY_RESOURCE_GENERIC_CONTENT
- See Also:
-
KEY_RESOURCE_OBJECT_CLASS_CONTENT
- See Also:
-
KEY_RESOURCE_PAGE_RESOURCE_CONTENT
- See Also:
-
KEY_RESOURCE_PAGE_REPOSITORY_CONTENT
- See Also:
-
KEY_ASSIGNMENTS_TAB
- See Also:
-
KEY_INDUCEMENTS_TAB
- See Also:
-
KEY_TRIGGERS_TAB
- See Also:
-
KEY_INDUCED_ENTITLEMENTS_TAB
- See Also:
-
KEY_OBJECT_POLICIES_TAB
- See Also:
-
KEY_GLOBAL_POLICY_RULES_TAB
- See Also:
-
KEY_LOGGING_TAB_APPENDER_TABLE
- See Also:
-
KEY_LOGGING_TAB_LOGGER_TABLE
- See Also:
-
KEY_FOCUS_PROJECTION_TABLE
- See Also:
-
KEY_NOTIFICATION_TAB_MAIL_SERVER_TABLE
- See Also:
-
KEY_ROLE_MEMBER_PANEL
-
KEY_ORG_MEMBER_PANEL
-
KEY_SERVICE_MEMBER_PANEL
-
KEY_POLICY_MEMBER_PANEL
-
KEY_ARCHETYPE_MEMBER_PANEL
-
KEY_GOVERNANCE_CARDS_PANEL
-
KEY_WORK_ITEMS
- See Also:
-
KEY_OBJECT_LIST
- See Also:
-
KEY_CASE_WORKITEMS_TAB
- See Also:
-
KEY_CHILD_CASES_TAB
- See Also:
-
KEY_CASE_EVENTS_TAB
- See Also:
-
KEY_ORG_STRUCTURE_PANEL_STORAGE
- See Also:
-
KEY_CERT_DECISIONS
- See Also:
-
-
Constructor Details
-
SessionStorage
public SessionStorage()
-
-
Method Details
-
getRequestAccess
-
setRequestAccess
-
getMode
-
setMode
-
getPageStorageMap
-
getMainMenuState
-
getPageStorage
public <T extends PageStorage> T getPageStorage(@NotNull @NotNull String key, @NotNull @NotNull Class<T> type) -
setPageStorage
-
getConfiguration
-
getOrgStructurePanelStorage
-
getObjectListStorage
-
getObjectDetailsStorage
-
setObjectDetailsStorage
-
getAuditLog
-
getObjectHistoryAuditLog
-
setObjectHistoryAuditLog
-
getResourceContentStorage
@Deprecated public ResourceContentStorage getResourceContentStorage(ShadowKindType kind, String searchMode) Deprecated. -
getResourceContentStorage
-
getNotificationConfigurationTabMailServerTableStorage
-
getWorkItemStorage
-
getCertCampaigns
-
getCertDecisions
-
getUserProfile
-
initPageStorage
-
initMemberStorage
public MemberPanelStorage initMemberStorage(String storageKey, SearchBoxConfigurationHelper searchBoxConfig) -
initMemberStorage
-
setUserProfile
-
debugDump
Description copied from interface:DebugDumpable
Show the content of the object intended for diagnostics by system administrator. The out put should be suitable to use in system logs at "debug" level. It may be multi-line, but in that case it should be well indented and quite terse. As it is intended to be used by system administrator, it should not use any developer terms such as class names, exceptions or stack traces.- Specified by:
debugDump
in interfaceDebugDumpable
- Returns:
- content of the object intended for diagnostics by system administrator.
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-
dumpSizeEstimates
-
clearResourceContentStorage
public void clearResourceContentStorage() -
getSimulation
-