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 |
AclManager.getPermissions(WikiPage page)
Returns the access control list for the page.
|
Acl |
DefaultAclManager.getPermissions(WikiPage page)
Returns the access control list for the page.
|
Acl |
AclManager.parseAcl(WikiPage page,
String ruleLine)
A helper method for parsing textual AccessControlLists.
|
Acl |
DefaultAclManager.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 |
AclManager.setPermissions(WikiPage page,
Acl acl)
Sets the access control list for the page and persists it.
|
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.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.