Class SessionStorage
java.lang.Object
com.evolveum.midpoint.web.session.SessionStorage
- All Implemented Interfaces:
DebugDumpable,Serializable
- Author:
- lazyman
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidShow the content of the object intended for diagnostics by system administrator.debugDump(int indent) voiddumpSizeEstimates(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) voidsetMode(@NotNull SessionStorage.Mode mode) voidsetObjectDetailsStorage(String key, ContainerPanelConfigurationType config) voidsetObjectHistoryAuditLog(QName objectType, AuditLogStorage storage) <T extends PageStorage>
voidsetPageStorage(@NotNull String key, T value) voidsetRequestAccess(RequestAccess requestAccess) voidsetUserProfile(UserProfileStorage profile) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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_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:
-
-
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:DebugDumpableShow 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:
debugDumpin interfaceDebugDumpable- Returns:
- content of the object intended for diagnostics by system administrator.
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
dumpSizeEstimates
-
clearResourceContentStorage
public void clearResourceContentStorage() -
getSimulation
-