Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class InterruptedPortletRequestWhitelistUtil

java.lang.Object
  extended by com.liferay.portal.security.auth.InterruptedPortletRequestWhitelistUtil

public class InterruptedPortletRequestWhitelistUtil
extends Object


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

Constructor Detail

InterruptedPortletRequestWhitelistUtil

public InterruptedPortletRequestWhitelistUtil()
Method Detail

getInterruptedPortletRequestWhitelist

public static PortletRequestWhitelist getInterruptedPortletRequestWhitelist()

getPortletInvocationWhitelist

public static Set<String> getPortletInvocationWhitelist()

getPortletInvocationWhitelistActions

public static Set<String> getPortletInvocationWhitelistActions()

isPortletInvocationWhitelisted

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

resetPortletInvocationWhitelist

public static Set<String> resetPortletInvocationWhitelist()

resetPortletInvocationWhitelistActions

public static Set<String> resetPortletInvocationWhitelistActions()

setInterruptedPortletRequestWhitelist

public void setInterruptedPortletRequestWhitelist(PortletRequestWhitelist whitelist)

Liferay 6.2-ce-ga5