Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Interface PortletRequestWhitelist

All Known Implementing Classes:
AbstractPortletRequestWhitelist

public interface PortletRequestWhitelist


Method Summary
 Set<String> getPortletInvocationWhitelist()
           
 Set<String> getPortletInvocationWhitelistActions()
           
 boolean isPortletInvocationWhitelisted(long companyId, String portletId, String strutsAction)
           
 Set<String> resetPortletInvocationWhitelist()
           
 Set<String> resetPortletInvocationWhitelistActions()
           
 

Method Detail

getPortletInvocationWhitelist

Set<String> getPortletInvocationWhitelist()

getPortletInvocationWhitelistActions

Set<String> getPortletInvocationWhitelistActions()

isPortletInvocationWhitelisted

boolean isPortletInvocationWhitelisted(long companyId,
                                       String portletId,
                                       String strutsAction)

resetPortletInvocationWhitelist

Set<String> resetPortletInvocationWhitelist()

resetPortletInvocationWhitelistActions

Set<String> resetPortletInvocationWhitelistActions()

Liferay 6.2-ce-ga5