|
Class Summary |
| ACI |
Provides read and write access to an Access Control Item stored in the repository. |
| ACI.Factory |
Static factory to create ACI objects |
| ACL |
Provides read and write access to an access control list (ACL) stored in the repository. |
| NamedGraph |
Provides read and write access to NamedGraph stored in the repository. |
| NamedGraph.Factory |
Factory to create NamedGraph |
| Privilege |
Enumeration of the privileges available in Anzo. |
| PrivilegeSet |
Data structure and convenience methods for handling the privileges used in Anzo. |
| Role |
Provides access to role data stored in the repository. |
| Statement |
Provides read and write access to a statement stored in the repository as well as the the statement's uri
Statement data is cached in memory and is not persisted to the repository until commit is called or a batch commit (via the
Batchable interface) is performed. |
| TempACI |
Provides in memory access to a temporary Access Control Item. |
| TempACL |
Provides in memory access to a temporary access control list (ACL) stored in the repository. |
| User |
Provides read and write access to users stored in the local repository. |