Class Permissions
java.lang.Object
com.i2group.apollo.model.security.dynamic.transport.Permissions
A collection of
Permission
s that are associated with a particular dimension in a dynamic
security schema.- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptionGets aString
that contains the identifier of the dimension that thisPermissions
refers to.Gets thePermission
s that are associated with the dimension that thisPermissions
refers to.toString()
Returns aString
representation of thisPermissions
, in the form<DimensionId>: [<Permission>,<Permission>,...]
.
-
Method Details
-
getDimension
Gets aString
that contains the identifier of the dimension that thisPermissions
refers to.- Returns:
- See above.
-
getPermissions
Gets thePermission
s that are associated with the dimension that thisPermissions
refers to.- Returns:
- See above.
-
toString
Returns aString
representation of thisPermissions
, in the form<DimensionId>: [<Permission>,<Permission>,...]
.
-