Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
15.7.2. Permission checks for PermissionManager operations
To invoke
PermissionManager
methods, the currently authenticated user must be authorized to perform that management operation. The following table lists the permissions required to invoke a particular method.
Method
|
Permission Target
|
Permission Action
|
---|---|---|
listPermissions()
|
The specified
target .
| seam.read-permissions
|
grantPermission()
|
The target of the specified
Permission , or each of the targets for the specified list of Permission s (depending on the method called).
| seam.grant-permission
|
grantPermission()
|
The target of the specified
Permission .
| seam.grant-permission
|
grantPermissions()
|
Each of the targets of the specified list of
Permission s.
| seam.grant-permission
|
revokePermission()
|
The target of the specified
Permission .
| seam.revoke-permission
|
revokePermissions()
|
Each of the targets of the specified list of
Permission s.
| seam.revoke-permission
|