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 Link icon

    • getRolePermissions Link icon

      List<String> getRolePermissions(String role)
      Parameters:
      role - The role to get permissions for.
      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.