Interface PermissionObject

All Known Implementing Classes:
AssignedPermission, RepositoryPermission, StoredAssignedPermission

public interface PermissionObject
Interface for permission objects.
Since:
1.31
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the user or group which the permission is assigned.
    boolean
    Returns the id of the stored permission object.
  • Method Details

    • getName

      String getName()
      Returns the name of the user or group which the permission is assigned.
    • isGroupPermission

      boolean isGroupPermission()
      Returns the id of the stored permission object.