Interface IRolePermissionsProvider

All Known Implementing Classes:
DefaultRolePermissionsProvider

public interface IRolePermissionsProvider
This interface defines a means to obtain the permissions granted to a role.
Since:
9.7
  • Method Details

    • getRolePermissions

      List<String> getRolePermissions(String role)
      Parameters:
      role -
      Returns:
      a list of permissions for the role received as parameter. If the role is null or unknown, an empty list should be returned. Never null.