Liferay 7.0-ce-b4

com.liferay.portal.security.auth
Interface AuthTokenWhitelist

All Known Implementing Classes:
BaseAuthTokenWhitelist

public interface AuthTokenWhitelist


Method Summary
 Set<String> getOriginCSRFWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
 Set<String> getPortletCSRFWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
 Set<String> getPortletCSRFWhitelistActions()
          Deprecated. As of 7.0.0, with no direct replacement
 Set<String> getPortletInvocationWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
 Set<String> getPortletInvocationWhitelistActions()
          Deprecated. As of 7.0.0, with no direct replacement
 boolean isOriginCSRFWhitelisted(long companyId, String origin)
           
 boolean isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean isPortletCSRFWhitelisted(long companyId, String portletId, String strutsAction)
          Deprecated. As of 7.0.0, replaced by isPortletCSRFWhitelisted(HttpServletRequest, Portlet)
 boolean isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean isPortletInvocationWhitelisted(long companyId, String portletId, String strutsAction)
          Deprecated. As of 7.0.0, replaced by isPortletInvocationWhitelisted(HttpServletRequest, Portlet)
 boolean isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
           
 boolean isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
           
 boolean isValidSharedSecret(String sharedSecret)
           
 Set<String> resetOriginCSRFWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
 Set<String> resetPortletCSRFWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
 Set<String> resetPortletInvocationWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
 Set<String> resetPortletInvocationWhitelistActions()
          Deprecated. As of 7.0.0, with no direct replacement
 

Method Detail

getOriginCSRFWhitelist

@Deprecated
Set<String> getOriginCSRFWhitelist()
Deprecated. As of 7.0.0, with no direct replacement


getPortletCSRFWhitelist

@Deprecated
Set<String> getPortletCSRFWhitelist()
Deprecated. As of 7.0.0, with no direct replacement


getPortletCSRFWhitelistActions

@Deprecated
Set<String> getPortletCSRFWhitelistActions()
Deprecated. As of 7.0.0, with no direct replacement


getPortletInvocationWhitelist

@Deprecated
Set<String> getPortletInvocationWhitelist()
Deprecated. As of 7.0.0, with no direct replacement


getPortletInvocationWhitelistActions

@Deprecated
Set<String> getPortletInvocationWhitelistActions()
Deprecated. As of 7.0.0, with no direct replacement


isOriginCSRFWhitelisted

boolean isOriginCSRFWhitelisted(long companyId,
                                String origin)

isPortletCSRFWhitelisted

boolean isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request,
                                 Portlet portlet)

isPortletCSRFWhitelisted

@Deprecated
boolean isPortletCSRFWhitelisted(long companyId,
                                            String portletId,
                                            String strutsAction)
Deprecated. As of 7.0.0, replaced by isPortletCSRFWhitelisted(HttpServletRequest, Portlet)


isPortletInvocationWhitelisted

boolean isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request,
                                       Portlet portlet)

isPortletInvocationWhitelisted

@Deprecated
boolean isPortletInvocationWhitelisted(long companyId,
                                                  String portletId,
                                                  String strutsAction)
Deprecated. As of 7.0.0, replaced by isPortletInvocationWhitelisted(HttpServletRequest, Portlet)


isPortletURLCSRFWhitelisted

boolean isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)

isPortletURLPortletInvocationWhitelisted

boolean isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)

isValidSharedSecret

boolean isValidSharedSecret(String sharedSecret)

resetOriginCSRFWhitelist

@Deprecated
Set<String> resetOriginCSRFWhitelist()
Deprecated. As of 7.0.0, with no direct replacement


resetPortletCSRFWhitelist

@Deprecated
Set<String> resetPortletCSRFWhitelist()
Deprecated. As of 7.0.0, with no direct replacement


resetPortletInvocationWhitelist

@Deprecated
Set<String> resetPortletInvocationWhitelist()
Deprecated. As of 7.0.0, with no direct replacement


resetPortletInvocationWhitelistActions

@Deprecated
Set<String> resetPortletInvocationWhitelistActions()
Deprecated. As of 7.0.0, with no direct replacement


Liferay 7.0-ce-b4