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