com.ecyrd.jspwiki.auth.acl |
|
Java Source File Name | Type | Comment |
Acl.java | Interface |
Defines an access control list (ACL) for wiki pages. |
AclEntry.java | Interface |
Represents one entry in an Access Control List (ACL).
An ACL can be thought of as a data structure with multiple ACL entry objects.
Each ACL entry object contains a set of positive page permissions associated
with a particular principal. |
AclEntryImpl.java | Class | Implementation of a JSPWiki AclEntry. |
AclEntryImplTest.java | Class | |
AclImpl.java | Class | JSPWiki implementation of an Access Control List. |
AclImplTest.java | Class | |
AclManager.java | Interface | Specifies how to parse and return ACLs from wiki pages. |
AllTests.java | Class | |
DefaultAclManager.java | Class | Default implementation that parses Acls from wiki page markup. |
DefaultAclManagerTest.java | Class | |
UnresolvedPrincipal.java | Class | Represents a Principal, typically read from an ACL, that cannot
be resolved based on the current state of the user database, group
manager, and built-in role definitions.
Creating a principal marked "unresolved" allows
delayed resolution, which enables principals to be resolved
lazily during a later access control check. |