Liferay 6.2.0-ce-rc2

com.liferay.portal.security.auth
Interface AuthTokenWhitelist

All Known Implementing Classes:
AuthTokenWhitelistImpl

public interface AuthTokenWhitelist


Method Summary
 Set<String> getPortletCSRFWhitelist()
           
 Set<String> getPortletCSRFWhitelistActions()
           
 Set<String> getPortletInvocationWhitelist()
           
 Set<String> getPortletInvocationWhitelistActions()
           
 boolean isPortletCSRFWhitelisted(long companyId, String portletId, String strutsAction)
           
 boolean isPortletInvocationWhitelisted(long companyId, String portletId, String strutsAction)
           
 Set<String> resetPortletCSRFWhitelist()
           
 Set<String> resetPortletCSRFWhitelistActions()
           
 Set<String> resetPortletInvocationWhitelist()
           
 Set<String> resetPortletInvocationWhitelistActions()
           
 

Method Detail

getPortletCSRFWhitelist

Set<String> getPortletCSRFWhitelist()

getPortletCSRFWhitelistActions

Set<String> getPortletCSRFWhitelistActions()

getPortletInvocationWhitelist

Set<String> getPortletInvocationWhitelist()

getPortletInvocationWhitelistActions

Set<String> getPortletInvocationWhitelistActions()

isPortletCSRFWhitelisted

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

isPortletInvocationWhitelisted

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

resetPortletCSRFWhitelist

Set<String> resetPortletCSRFWhitelist()

resetPortletCSRFWhitelistActions

Set<String> resetPortletCSRFWhitelistActions()

resetPortletInvocationWhitelist

Set<String> resetPortletInvocationWhitelist()

resetPortletInvocationWhitelistActions

Set<String> resetPortletInvocationWhitelistActions()

Liferay 6.2.0-ce-rc2