Package com.i2group.disco.security.spi
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
Modifier and TypeInterfaceDescriptionstatic enum
The level of access that an individual user or a member of a user group has to some data. -
Method Summary
Modifier and TypeMethodDescriptionGets the identifier of the dimension value in the permission.getLevel()
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
IPermission.AccessLevel getLevel()Gets the access level associated with the identified dimension value.- Returns:
- See above.
-