com.liferay.portal.security.auth
Class AbstractPortletRequestWhitelist
java.lang.Object
com.liferay.portal.security.auth.AbstractPortletRequestWhitelist
- All Implemented Interfaces:
- PortletRequestWhitelist
- Direct Known Subclasses:
- InterruptedPortletRequestWhitelistImpl
public abstract class AbstractPortletRequestWhitelist
- extends Object
- implements PortletRequestWhitelist
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPortletRequestWhitelist
public AbstractPortletRequestWhitelist()
getPortletInvocationWhitelist
public Set<String> getPortletInvocationWhitelist()
- Specified by:
getPortletInvocationWhitelist
in interface PortletRequestWhitelist
getPortletInvocationWhitelistActions
public Set<String> getPortletInvocationWhitelistActions()
- Specified by:
getPortletInvocationWhitelistActions
in interface PortletRequestWhitelist
getWhitelistActionsPropsValues
public abstract String[] getWhitelistActionsPropsValues()
getWhitelistPropsValues
public abstract String[] getWhitelistPropsValues()
isPortletInvocationWhitelisted
public boolean isPortletInvocationWhitelisted(long companyId,
String portletId,
String strutsAction)
- Specified by:
isPortletInvocationWhitelisted
in interface PortletRequestWhitelist
resetPortletInvocationWhitelist
public Set<String> resetPortletInvocationWhitelist()
- Specified by:
resetPortletInvocationWhitelist
in interface PortletRequestWhitelist
resetPortletInvocationWhitelistActions
public Set<String> resetPortletInvocationWhitelistActions()
- Specified by:
resetPortletInvocationWhitelistActions
in interface PortletRequestWhitelist
isValidStrutsAction
protected boolean isValidStrutsAction(long companyId,
String portletId,
String strutsAction)