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 aString
that contains the identifier of the dimension value that thisPermission
refers to.getLevel()
Gets aString
that contains the security access or grant level associated with the dimension value that thisPermission
refers to.toString()
Returns aString
representation of thisPermission
, in the form<DimensionValueId>: <SecurityLevel>
.
-
Method Details
-
getDimensionValue
Gets aString
that contains the identifier of the dimension value that thisPermission
refers to.- Returns:
- See above.
-
getLevel
Gets aString
that contains the security access or grant level associated with the dimension value that thisPermission
refers to.- Returns:
- See above.
-
toString
Returns aString
representation of thisPermission
, in the form<DimensionValueId>: <SecurityLevel>
.
-