Interface AuthTokenWhitelist

All Known Implementing Classes:
BaseAuthTokenWhitelist

public interface AuthTokenWhitelist
Author:
Tomas Polesovsky, Raymond Augé
  • Method Details

    • isOriginCSRFWhitelisted

      boolean isOriginCSRFWhitelisted(long companyId, String origin)
    • isPortletCSRFWhitelisted

      boolean isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet)
    • isPortletInvocationWhitelisted

      boolean isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet)
    • isPortletURLCSRFWhitelisted

      boolean isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
    • isPortletURLPortletInvocationWhitelisted

      boolean isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
    • isValidSharedSecret

      boolean isValidSharedSecret(String sharedSecret)