|
Interface Summary |
| ACL |
This interface represents an Access Control List (ACL), a data structure used to protect access to resources. |
| ACLEntry |
This interface represents an entry in the Access Control List. |
| ACLPermission |
A Permission represents privileges held by an Identity, and is used to
grant or deny access to a Resource. |
| ACLPersistenceStrategy |
This interface defines the methods that must be implemented by classes that manage the persistence of
ACLs. |
| ACLProvider |
An ACLProvider is responsible for the management of the ACLs associated to the
resources being protected. |
| ACLRegistration |
Interface to register ACLs. |