Interface PermissionProvider

All Known Implementing Classes:
DefaultPermissionProvider

public interface PermissionProvider
A simple provider used to determine custom Permissions and Resources
Author:
Yana.Vasileva, Tobias Metzke
  • Method Details

    • getPermissionForName

      Permission getPermissionForName(String name, int resourceType)
      Gets the permission related to the name and resource type
    • getPermissionsForResource

      Permission[] getPermissionsForResource(int resourceType)
      Gets all permissions possible for the resource type
    • getNameForResource

      String getNameForResource(int resourceType)
      Gets the name of the resource with the resource type