Interface AuthorizationCapability
- All Superinterfaces:
com.liferay.portal.kernel.repository.capabilities.Capability
public interface AuthorizationCapability
extends com.liferay.portal.kernel.repository.capabilities.Capability
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authorize
(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse) void
authorize
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) boolean
hasCustomRedirectFlow
(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
-
Method Details
-
authorize
void authorize(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, com.liferay.portal.kernel.exception.PortalException - Throws:
IOException
com.liferay.portal.kernel.exception.PortalException
-
authorize
void authorize(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse) throws IOException, com.liferay.portal.kernel.exception.PortalException - Throws:
IOException
com.liferay.portal.kernel.exception.PortalException
-
hasCustomRedirectFlow
boolean hasCustomRedirectFlow(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse) throws IOException, com.liferay.portal.kernel.exception.PortalException - Throws:
IOException
com.liferay.portal.kernel.exception.PortalException
-