com.liferay.portal.security.auth
Interface AuthTokenWhitelist
public interface AuthTokenWhitelist
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()