Interface PanelCategoryRoleTypeMapper


public interface PanelCategoryRoleTypeMapper
Defines a mapping between role types and a panel category. When implemented, the returned role types will be able to define permissions for apps under the returned panel category. This will be visible in the Define Permissions view in the Roles Admin portlet.
  • Method Details

    • getExcludedPanelAppKeys

      default String[] getExcludedPanelAppKeys(com.liferay.portal.kernel.model.Role role)
    • getPanelCategoryKey

      String getPanelCategoryKey()
    • getRoleTypes

      int[] getRoleTypes()