Package com.i2group.disco.security
Interface IDimensionValueAccessPermission
public interface IDimensionValueAccessPermission
A single security access level, associated with a particular security dimension value.
- Since:
- 11.5
-
Method Summary
Modifier and TypeMethodDescriptionGets theSecurityAccessLevel
that is associated with the identified security dimension value.Gets the identifier of the security dimension value in question.
-
Method Details
-
getDimensionValueId
String getDimensionValueId()Gets the identifier of the security dimension value in question.- Returns:
- See above.
-
getAccessLevel
SecurityAccessLevel getAccessLevel()Gets theSecurityAccessLevel
that is associated with the identified security dimension value.- Returns:
- See above.
-