Uses of Class
com.arsdigita.kernel.permissions.ObjectPermissionCollection

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.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC