|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Acl | |
---|---|
org.apache.wiki | The chief package of JSPWiki. |
org.apache.wiki.auth.acl | Access Control List implementation. |
Uses of Acl in org.apache.wiki |
---|
Methods in org.apache.wiki that return Acl | |
---|---|
Acl |
WikiPage.getAcl()
Returns the Acl for this page. |
Methods in org.apache.wiki with parameters of type Acl | |
---|---|
void |
WikiPage.setAcl(Acl acl)
Sets the Acl for this page. |
Uses of Acl in org.apache.wiki.auth.acl |
---|
Classes in org.apache.wiki.auth.acl that implement Acl | |
---|---|
class |
AclImpl
JSPWiki implementation of an Access Control List. |
Methods in org.apache.wiki.auth.acl that return Acl | |
---|---|
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. |
Methods in org.apache.wiki.auth.acl with parameters of type Acl | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |