public class InterruptedPortletRequestWhitelistUtil
extends Object
| Constructor and Description |
|---|
InterruptedPortletRequestWhitelistUtil() |
| Modifier and Type | Method and Description |
|---|---|
static PortletRequestWhitelist |
getInterruptedPortletRequestWhitelist() |
static Set<String> |
getPortletInvocationWhitelist() |
static Set<String> |
getPortletInvocationWhitelistActions() |
static boolean |
isPortletInvocationWhitelisted(long companyId,
String portletId,
String strutsAction) |
static Set<String> |
resetPortletInvocationWhitelist() |
static Set<String> |
resetPortletInvocationWhitelistActions() |
void |
setInterruptedPortletRequestWhitelist(PortletRequestWhitelist whitelist) |
public InterruptedPortletRequestWhitelistUtil()
public static PortletRequestWhitelist getInterruptedPortletRequestWhitelist()
public static Set<String> getPortletInvocationWhitelist()
public static Set<String> getPortletInvocationWhitelistActions()
public static boolean isPortletInvocationWhitelisted(long companyId,
String portletId,
String strutsAction)
public static Set<String> resetPortletInvocationWhitelist()
public static Set<String> resetPortletInvocationWhitelistActions()
public void setInterruptedPortletRequestWhitelist(PortletRequestWhitelist whitelist)