Interface IPermission

All Known Implementing Classes:
Permission

public interface IPermission
A security permission, which relates a particular access level to a particular security dimension value.
Since:
13.2
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The level of access that an individual user or a member of a user group has to some data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the identifier of the dimension value in the permission.
    Gets the access level associated with the identified dimension value.
  • Method Details

    • getDimensionValueId

      String getDimensionValueId()
      Gets the identifier of the dimension value in the permission.
      Returns:
      See above.
    • getLevel

      Gets the access level associated with the identified dimension value.
      Returns:
      See above.