public abstract class BasePortletRequestWhitelist extends Object implements PortletRequestWhitelist
| Constructor and Description |
|---|
BasePortletRequestWhitelist() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getPortletInvocationWhitelist() |
Set<String> |
getPortletInvocationWhitelistActions() |
abstract String[] |
getWhitelistActionsPropsValues() |
abstract String[] |
getWhitelistPropsValues() |
boolean |
isPortletInvocationWhitelisted(long companyId,
String portletId,
String strutsAction) |
protected boolean |
isValidStrutsAction(long companyId,
String portletId,
String strutsAction) |
Set<String> |
resetPortletInvocationWhitelist() |
Set<String> |
resetPortletInvocationWhitelistActions() |
public Set<String> getPortletInvocationWhitelist()
getPortletInvocationWhitelist in interface PortletRequestWhitelistpublic Set<String> getPortletInvocationWhitelistActions()
getPortletInvocationWhitelistActions in interface PortletRequestWhitelistpublic abstract String[] getWhitelistActionsPropsValues()
public abstract String[] getWhitelistPropsValues()
public boolean isPortletInvocationWhitelisted(long companyId,
String portletId,
String strutsAction)
isPortletInvocationWhitelisted in interface PortletRequestWhitelistpublic Set<String> resetPortletInvocationWhitelist()
resetPortletInvocationWhitelist in interface PortletRequestWhitelistpublic Set<String> resetPortletInvocationWhitelistActions()
resetPortletInvocationWhitelistActions in interface PortletRequestWhitelistprotected boolean isValidStrutsAction(long companyId,
String portletId,
String strutsAction)