Interface AuthTokenWhitelist
- All Known Implementing Classes:
BaseAuthTokenWhitelist
public interface AuthTokenWhitelist
- Author:
- Tomas Polesovsky, Raymond Augé
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isOriginCSRFWhitelisted
(long companyId, String origin) boolean
isPortletCSRFWhitelisted
(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet) boolean
isPortletInvocationWhitelisted
(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet) boolean
isPortletURLCSRFWhitelisted
(LiferayPortletURL liferayPortletURL) boolean
isPortletURLPortletInvocationWhitelisted
(LiferayPortletURL liferayPortletURL) boolean
isValidSharedSecret
(String sharedSecret)
-
Method Details
-
isOriginCSRFWhitelisted
-
isPortletCSRFWhitelisted
boolean isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet) -
isPortletInvocationWhitelisted
boolean isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet) -
isPortletURLCSRFWhitelisted
-
isPortletURLPortletInvocationWhitelisted
-