Package org.apache.wiki.auth.acl

Access Control List implementation.

See:
          Description

Interface Summary
Acl Defines an access control list (ACL) for wiki pages.
AclEntry Represents one entry in an Access Control List (ACL).
AclManager Specifies how to parse and return ACLs from wiki pages.
 

Class Summary
AclEntryImpl Implementation of a JSPWiki AclEntry.
AclImpl JSPWiki implementation of an Access Control List.
DefaultAclManager Default implementation that parses Acls from wiki page markup.
UnresolvedPrincipal 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.
 

Package org.apache.wiki.auth.acl Description

Access Control List implementation.

Package Specification

This package contains all the JSPWiki ACL implementation.

Related Documentation



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.