Package com.atlassian.jira.security
Class ProjectPermissionOverrideDescriptorCache
java.lang.Object
com.atlassian.jira.security.ProjectPermissionOverrideDescriptorCache
- All Implemented Interfaces:
Startable
Simple cache for Project Permission Override Module Descriptors (@see ProjectPermissionOverrideModuleDescriptor)
Modules being enabled / disabled trigger cache reload
- Since:
- v6.4
-
Constructor Summary
ConstructorsConstructorDescriptionProjectPermissionOverrideDescriptorCache
(com.atlassian.event.api.EventPublisher eventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
void
start()
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
-
Constructor Details
-
ProjectPermissionOverrideDescriptorCache
public ProjectPermissionOverrideDescriptorCache(com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Details
-
onJiraPluginCacheResetEvent
-
getProjectPermissionOverrideDescriptors
-
start
Description copied from interface:Startable
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework. -
reloadCache
protected void reloadCache()
-