Liferay 7.0-ce-b4

com.liferay.portal.security.auth
Class AuthTokenWhitelistUtil

java.lang.Object
  extended by com.liferay.portal.security.auth.AuthTokenWhitelistUtil

public class AuthTokenWhitelistUtil
extends Object


Constructor Summary
AuthTokenWhitelistUtil()
           
 
Method Summary
static AuthTokenWhitelist getAuthTokenWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
static Set<String> getPortletCSRFWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
static Set<String> getPortletCSRFWhitelistActions()
          Deprecated. As of 7.0.0, with no direct replacement
static Set<String> getPortletInvocationWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
static Set<String> getPortletInvocationWhitelistActions()
          Deprecated. As of 7.0.0, with no direct replacement
static boolean isCSRFOrigintWhitelisted(long companyId, String origin)
          Deprecated. As of 7.0.0, replaced by isOriginCSRFWhitelisted(long, String)
static boolean isOriginCSRFWhitelisted(long companyId, String origin)
           
static boolean isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static boolean isPortletCSRFWhitelisted(long companyId, String portletId, String strutsAction)
          Deprecated. As of 7.0.0, replaced by isPortletCSRFWhitelisted(HttpServletRequest, Portlet)
static boolean isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static boolean isPortletInvocationWhitelisted(long companyId, String portletId, String strutsAction)
          Deprecated. As of 7.0.0, replaced by isPortletInvocationWhitelisted(HttpServletRequest, Portlet)
static boolean isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
           
static boolean isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
           
static boolean isValidSharedSecret(String sharedSecret)
           
static Set<String> resetOriginCSRFWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
static Set<String> resetPortletCSRFWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
static Set<String> resetPortletInvocationWhitelist()
          Deprecated. As of 7.0.0, with no direct replacement
static Set<String> resetPortletInvocationWhitelistActions()
          Deprecated. As of 7.0.0, with no direct replacement
 void setAuthTokenWhitelist(AuthTokenWhitelist authTokenWhitelist)
          Deprecated. As of 7.0.0, replaced with no direct replacement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthTokenWhitelistUtil

public AuthTokenWhitelistUtil()
Method Detail

getAuthTokenWhitelist

@Deprecated
public static AuthTokenWhitelist getAuthTokenWhitelist()
Deprecated. As of 7.0.0, with no direct replacement


getPortletCSRFWhitelist

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


getPortletCSRFWhitelistActions

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


getPortletInvocationWhitelist

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


getPortletInvocationWhitelistActions

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


isCSRFOrigintWhitelisted

@Deprecated
public static boolean isCSRFOrigintWhitelisted(long companyId,
                                                          String origin)
Deprecated. As of 7.0.0, replaced by isOriginCSRFWhitelisted(long, String)


isOriginCSRFWhitelisted

public static boolean isOriginCSRFWhitelisted(long companyId,
                                              String origin)

isPortletCSRFWhitelisted

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

isPortletCSRFWhitelisted

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


isPortletInvocationWhitelisted

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

isPortletInvocationWhitelisted

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


isPortletURLCSRFWhitelisted

public static boolean isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)

isPortletURLPortletInvocationWhitelisted

public static boolean isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)

isValidSharedSecret

public static boolean isValidSharedSecret(String sharedSecret)

resetOriginCSRFWhitelist

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


resetPortletCSRFWhitelist

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


resetPortletInvocationWhitelist

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


resetPortletInvocationWhitelistActions

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


setAuthTokenWhitelist

@Deprecated
public void setAuthTokenWhitelist(AuthTokenWhitelist authTokenWhitelist)
Deprecated. As of 7.0.0, replaced with no direct replacement


Liferay 7.0-ce-b4