Interface | Description |
---|---|
AclDataAccess |
The interface to the database that lists all permissions.
|
Class | Description |
---|---|
AccessControlList |
An implementation of
AccessControlEngine that uses a user ID, an access mode (read, write, ...) and a Java
object as resource to list all permissions per user for each resource controlled in a user-defined database. |
AclEntry |
List of permissions linked to a user for a specific resource.
|
AclInMemoryDatabase |
Implementation of
AclDataAccess that stores all the permissions of the enforced policy in memory. |