| Package | Description | 
|---|---|
| org.apache.wiki | 
 The chief package of JSPWiki. 
 | 
| org.apache.wiki.auth.acl | 
 Access Control List implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Acl | 
WikiPage.getAcl()
Returns the Acl for this page. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WikiPage.setAcl(Acl acl)
Sets the Acl for this page. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AclImpl
JSPWiki implementation of an Access Control List. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Acl | 
DefaultAclManager.getPermissions(WikiPage page)
Returns the access control list for the page. 
 | 
Acl | 
AclManager.getPermissions(WikiPage page)
Returns the access control list for the page. 
 | 
Acl | 
DefaultAclManager.parseAcl(WikiPage page,
        String ruleLine)
A helper method for parsing textual AccessControlLists. 
 | 
Acl | 
AclManager.parseAcl(WikiPage page,
        String ruleLine)
A helper method for parsing textual AccessControlLists. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static String | 
DefaultAclManager.printAcl(Acl acl)
Generates an ACL string for inclusion in a wiki page, based on a supplied Acl object. 
 | 
void | 
DefaultAclManager.setPermissions(WikiPage page,
              Acl acl)
Sets the access control list for the page and persists it by prepending
 it to the wiki page markup and saving the page. 
 | 
void | 
AclManager.setPermissions(WikiPage page,
              Acl acl)
Sets the access control list for the page and persists it. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.