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 TypeMethodDescriptionvoidauthorize(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) voidauthorize(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) booleanhasCustomRedirectFlow(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse)
-
Method Details
-
authorize
void authorize(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException, com.liferay.portal.kernel.exception.PortalException - Throws:
IOExceptioncom.liferay.portal.kernel.exception.PortalException
-
authorize
void authorize(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) throws IOException, com.liferay.portal.kernel.exception.PortalException - Throws:
IOExceptioncom.liferay.portal.kernel.exception.PortalException
-
hasCustomRedirectFlow
boolean hasCustomRedirectFlow(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse) throws IOException, com.liferay.portal.kernel.exception.PortalException - Throws:
IOExceptioncom.liferay.portal.kernel.exception.PortalException
-