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