Package org.apache.wiki.auth.acl

Access Control List implementation.

Package Specification

This package contains all the JSPWiki ACL implementation.

Related Documentation

  • Interface Summary
    Interface Description
    Acl Deprecated.
    use Acl insteaad
    AclEntry Deprecated.
    use AclEntry insteaad
    AclManager
    Specifies how to parse and return ACLs from wiki pages.
  • Class Summary
    Class Description
    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.