| Class | Description |
|---|---|
| BaseAbstractPermissionHandler |
Stored resource permissions can either be persisted as a comma-separated list of values, or as a
bit-masked numerical value where each bit represents a specific permission for that class.
|
| ClassPermissionHandler |
An Identifier strategy for class-based permission checks
|
| PermissionHandlerPolicy |
Manages a set of PermissionHandler instances that overall define a "policy" for
how persistent resource permissions are mapped and managed.
|
| PermissionMapper |
Uses the available PermissionResolver instances to determine whether an application permission
is to be allowed or denied.
|
Copyright © 2013. All Rights Reserved.