|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PermissionDescriptor | |
com.arsdigita.kernel.permissions | The permissioning (authorization) system. |
Uses of PermissionDescriptor in com.arsdigita.kernel.permissions |
Subclasses of PermissionDescriptor in com.arsdigita.kernel.permissions | |
class |
UniversalPermissionDescriptor
Represents a permission that applies universally to all objects. |
Methods in com.arsdigita.kernel.permissions that return PermissionDescriptor | |
PermissionDescriptor |
PermissionException.getPermission()
|
Methods in com.arsdigita.kernel.permissions with parameters of type PermissionDescriptor | |
static void |
PermissionService.assertPermission(PermissionDescriptor permission)
Throws a PermissionException if the result of checkPermission on the given PermissionDescriptor is false. |
static boolean |
PermissionService.checkPermission(PermissionDescriptor permission)
Checks the permission represented by the passed in PermissionDescriptor . |
static boolean |
PermissionService.checkDirectPermission(PermissionDescriptor permission)
|
static void |
PermissionService.grantPermission(PermissionDescriptor permission)
Grants the permission as specified by the PermissionDescriptor parameters. |
static void |
PermissionService.revokePermission(PermissionDescriptor permission)
Revokes the permission that is specified by the passed in PermissionDescriptor . |
boolean |
PermissionManager.checkPermission(PermissionDescriptor permission)
Checks the permission represented by the passed in PermissionDescriptor . |
void |
PermissionManager.grantPermission(PermissionDescriptor permission)
Grants the permission as specified by the PermissionDescriptor parameters. |
void |
PermissionManager.revokePermission(PermissionDescriptor permission)
Revokes the permission that is specified by the passed in PermissionDescriptor . |
boolean |
PermissionCache.checkPermission(PermissionDescriptor perm)
Checks the permission represented by the passed in PermissionDescriptor . |
Constructors in com.arsdigita.kernel.permissions with parameters of type PermissionDescriptor | |
PermissionException(PermissionDescriptor permission)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |