Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class AbstractPortletRequestWhitelist

java.lang.Object
  extended by com.liferay.portal.security.auth.AbstractPortletRequestWhitelist
All Implemented Interfaces:
PortletRequestWhitelist

public abstract class AbstractPortletRequestWhitelist
extends Object
implements PortletRequestWhitelist


Constructor Summary
AbstractPortletRequestWhitelist()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPortletRequestWhitelist

public AbstractPortletRequestWhitelist()
Method Detail

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)

Liferay 6.2-ce-ga5