- All Implemented Interfaces:
- PermissionHandler
- Direct Known Subclasses:
- ClassPermissionHandler, EntityPermissionHandler
public abstract class BaseAbstractPermissionHandler
extends Object
implements PermissionHandler
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. This
is a helper class that handles the conversion automatically and presents a unified API for
dealing with these persistent actions.
- Author:
- Shane Bryzak