public interface AuthTokenWhitelist
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getOriginCSRFWhitelist()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.Set<java.lang.String> |
getPortletCSRFWhitelist()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.Set<java.lang.String> |
getPortletCSRFWhitelistActions()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.Set<java.lang.String> |
getPortletInvocationWhitelist()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.Set<java.lang.String> |
getPortletInvocationWhitelistActions()
Deprecated.
As of 7.0.0, with no direct replacement
|
boolean |
isOriginCSRFWhitelisted(long companyId,
java.lang.String origin) |
boolean |
isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request,
Portlet portlet) |
boolean |
isPortletCSRFWhitelisted(long companyId,
java.lang.String portletId,
java.lang.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,
java.lang.String portletId,
java.lang.String strutsAction)
Deprecated.
As of 7.0.0, replaced by
isPortletInvocationWhitelisted(HttpServletRequest, Portlet) |
boolean |
isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL) |
boolean |
isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL) |
boolean |
isValidSharedSecret(java.lang.String sharedSecret) |
java.util.Set<java.lang.String> |
resetOriginCSRFWhitelist()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.Set<java.lang.String> |
resetPortletCSRFWhitelist()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.Set<java.lang.String> |
resetPortletInvocationWhitelist()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.Set<java.lang.String> |
resetPortletInvocationWhitelistActions()
Deprecated.
As of 7.0.0, with no direct replacement
|
@Deprecated java.util.Set<java.lang.String> getOriginCSRFWhitelist()
@Deprecated java.util.Set<java.lang.String> getPortletCSRFWhitelist()
@Deprecated java.util.Set<java.lang.String> getPortletCSRFWhitelistActions()
@Deprecated java.util.Set<java.lang.String> getPortletInvocationWhitelist()
@Deprecated java.util.Set<java.lang.String> getPortletInvocationWhitelistActions()
boolean isOriginCSRFWhitelisted(long companyId,
java.lang.String origin)
boolean isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
@Deprecated
boolean isPortletCSRFWhitelisted(long companyId,
java.lang.String portletId,
java.lang.String strutsAction)
isPortletCSRFWhitelisted(HttpServletRequest, Portlet)boolean isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
@Deprecated
boolean isPortletInvocationWhitelisted(long companyId,
java.lang.String portletId,
java.lang.String strutsAction)
isPortletInvocationWhitelisted(HttpServletRequest, Portlet)boolean isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
boolean isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
boolean isValidSharedSecret(java.lang.String sharedSecret)
@Deprecated java.util.Set<java.lang.String> resetOriginCSRFWhitelist()
@Deprecated java.util.Set<java.lang.String> resetPortletCSRFWhitelist()
@Deprecated java.util.Set<java.lang.String> resetPortletInvocationWhitelist()
@Deprecated java.util.Set<java.lang.String> resetPortletInvocationWhitelistActions()