Class Permission
java.lang.Object
com.i2group.apollo.model.security.dynamic.transport.Permission
A specification of the security access or grant level that is associated with a particular
dimension value in a dynamic security schema.
- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptionGets aStringthat contains the identifier of the dimension value that thisPermissionrefers to.getLevel()Gets aStringthat contains the security access or grant level associated with the dimension value that thisPermissionrefers to.toString()Returns aStringrepresentation of thisPermission, in the form<DimensionValueId>: <SecurityLevel>.
-
Method Details
-
getDimensionValue
Gets aStringthat contains the identifier of the dimension value that thisPermissionrefers to.- Returns:
- See above.
-
getLevel
Gets aStringthat contains the security access or grant level associated with the dimension value that thisPermissionrefers to.- Returns:
- See above.
-
toString
Returns aStringrepresentation of thisPermission, in the form<DimensionValueId>: <SecurityLevel>.
-