public class MVCPortletAuthTokenWhitelist
extends com.liferay.portal.kernel.security.auth.BaseAuthTokenWhitelist
| Constructor and Description |
|---|
MVCPortletAuthTokenWhitelist() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getMVCActionCommandNames(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId) |
protected java.lang.String[] |
getMVCActionCommandNames(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL) |
protected java.lang.String |
getWhitelistValue(java.lang.String portletName,
java.lang.String whitelistAction) |
boolean |
isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.model.Portlet portlet) |
boolean |
isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.model.Portlet portlet) |
boolean |
isPortletURLCSRFWhitelisted(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL) |
boolean |
isPortletURLPortletInvocationWhitelisted(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL) |
protected void |
trackWhitelistServices(java.lang.String whitelistName,
java.lang.Class<?> serviceClass,
java.util.Set<java.lang.String> whiteList) |
destroy, getOriginCSRFWhitelist, getPortletCSRFWhitelist, getPortletCSRFWhitelistActions, getPortletInvocationWhitelist, getPortletInvocationWhitelistActions, isOriginCSRFWhitelisted, isPortletCSRFWhitelisted, isPortletInvocationWhitelisted, isValidSharedSecret, registerPortalProperty, resetOriginCSRFWhitelist, resetPortletCSRFWhitelist, resetPortletInvocationWhitelist, resetPortletInvocationWhitelistActions, trackWhitelistServicespublic boolean isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.model.Portlet portlet)
isPortletCSRFWhitelisted in interface com.liferay.portal.kernel.security.auth.AuthTokenWhitelistisPortletCSRFWhitelisted in class com.liferay.portal.kernel.security.auth.BaseAuthTokenWhitelistpublic boolean isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.model.Portlet portlet)
isPortletInvocationWhitelisted in interface com.liferay.portal.kernel.security.auth.AuthTokenWhitelistisPortletInvocationWhitelisted in class com.liferay.portal.kernel.security.auth.BaseAuthTokenWhitelistpublic boolean isPortletURLCSRFWhitelisted(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL)
isPortletURLCSRFWhitelisted in interface com.liferay.portal.kernel.security.auth.AuthTokenWhitelistisPortletURLCSRFWhitelisted in class com.liferay.portal.kernel.security.auth.BaseAuthTokenWhitelistpublic boolean isPortletURLPortletInvocationWhitelisted(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL)
isPortletURLPortletInvocationWhitelisted in interface com.liferay.portal.kernel.security.auth.AuthTokenWhitelistisPortletURLPortletInvocationWhitelisted in class com.liferay.portal.kernel.security.auth.BaseAuthTokenWhitelistprotected java.lang.String[] getMVCActionCommandNames(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId)
protected java.lang.String[] getMVCActionCommandNames(com.liferay.portal.kernel.portlet.LiferayPortletURL liferayPortletURL)
protected java.lang.String getWhitelistValue(java.lang.String portletName,
java.lang.String whitelistAction)
protected void trackWhitelistServices(java.lang.String whitelistName,
java.lang.Class<?> serviceClass,
java.util.Set<java.lang.String> whiteList)