Constructor and Description |
---|
WebworkPluginSecurityServiceHelper(com.atlassian.plugin.PluginAccessor pluginAccesor,
com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getRequiredRoles(javax.servlet.http.HttpServletRequest request)
This finds the required roles for a given URL.
|
void |
onJiraPluginCacheResetEvent(JiraPluginCacheResetEvent event) |
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
public WebworkPluginSecurityServiceHelper(com.atlassian.plugin.PluginAccessor pluginAccesor, com.atlassian.event.api.EventPublisher eventPublisher)
@EventListener public void onJiraPluginCacheResetEvent(JiraPluginCacheResetEvent event)
public Set<String> getRequiredRoles(javax.servlet.http.HttpServletRequest request)
request
- Copyright © 2002-2021 Atlassian. All Rights Reserved.