|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectPermissionCollection | |
com.arsdigita.kernel.permissions | The permissioning (authorization) system. |
Uses of ObjectPermissionCollection in com.arsdigita.kernel.permissions |
Methods in com.arsdigita.kernel.permissions that return ObjectPermissionCollection | |
static ObjectPermissionCollection |
PermissionService.getGrantedPermissions(OID acsObjectOID)
Returns the set of permissions that have been granted on the specified object, including those inherited from the object's permission context. |
static ObjectPermissionCollection |
PermissionService.getDirectGrantedPermissions(OID acsObjectOID)
Returns the set of permissions that have been granted directly on the specified object, excluding those inherited from the object's permission context. |
static ObjectPermissionCollection |
PermissionService.getGrantedUniversalPermissions()
Returns the set of permissions that have been granted universally. |
ObjectPermissionCollection |
PermissionManager.getGrantedPermissions(OID acsObjectOID)
Returns the set of permissions that have been granted on the specified object, including those inherited from the object's permission context. |
ObjectPermissionCollection |
PermissionManager.getGrantedUniversalPermissions()
Returns the set of permissions that have been granted universally. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |