Uses of Interface
com.ecyrd.jspwiki.auth.acl.AclManager

Packages that use AclManager
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.auth.acl Access Control List implementation. 
 

Uses of AclManager in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki that return AclManager
 AclManager WikiEngine.getAclManager()
          Returns the AclManager employed by this WikiEngine.
 

Uses of AclManager in com.ecyrd.jspwiki.auth.acl
 

Classes in com.ecyrd.jspwiki.auth.acl that implement AclManager
 class DefaultAclManager
          Default implementation that parses Acls from wiki page markup.