Interface RankPermissionSource


public interface RankPermissionSource
Manages the retrieval of permissions for rank nodes.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.xpdustry.distributor.api.permission.PermissionTree
    Returns the permissions for the given rank node.
  • Method Details

    • getRankPermissions

      com.xpdustry.distributor.api.permission.PermissionTree getRankPermissions(RankNode node)
      Returns the permissions for the given rank node.
      Parameters:
      node - the rank node
      Returns:
      the permission tree of the rank node