Uses of Interface
org.apache.wiki.api.core.Acl
| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.api.core |
JSPWiki's central API.
|
| org.apache.wiki.api.spi |
JSPWiki's SPI package.
|
| org.apache.wiki.auth.acl |
Access Control List implementation.
|
| org.apache.wiki.spi |
-
Uses of Acl in org.apache.wiki
Methods in org.apache.wiki with parameters of type Acl Modifier and Type Method Description voidWikiPage. setAcl(Acl acl)Sets the Acl for this page. -
Uses of Acl in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that return Acl Modifier and Type Method Description AclPage. getAcl()Returns the Acl for this page.Methods in org.apache.wiki.api.core with parameters of type Acl Modifier and Type Method Description voidPage. setAcl(Acl acl)Sets the Acl for this page. -
Uses of Acl in org.apache.wiki.api.spi
-
Uses of Acl in org.apache.wiki.auth.acl
Subinterfaces of Acl in org.apache.wiki.auth.acl Modifier and Type Interface Description interfaceAclDeprecated.Classes in org.apache.wiki.auth.acl that implement Acl Modifier and Type Class Description classAclImplJSPWiki implementation of an Access Control List.Methods in org.apache.wiki.auth.acl that return Acl Modifier and Type Method Description AclAclManager. getPermissions(Page page)Returns the access control list for the page.AclDefaultAclManager. getPermissions(Page page)Returns the access control list for the page.AclAclManager. parseAcl(Page page, String ruleLine)A helper method for parsing textual AccessControlLists.AclDefaultAclManager. parseAcl(Page page, String ruleLine)A helper method for parsing textual AccessControlLists.Methods in org.apache.wiki.auth.acl with parameters of type Acl Modifier and Type Method Description protected static StringDefaultAclManager. printAcl(Acl acl)Generates an ACL string for inclusion in a wiki page, based on a supplied Acl object.voidAclManager. setPermissions(Page page, Acl acl)Sets the access control list for the page and persists it.voidDefaultAclManager. setPermissions(Page page, Acl acl)Sets the access control list for the page and persists it. -
Uses of Acl in org.apache.wiki.spi
Methods in org.apache.wiki.spi that return Acl Modifier and Type Method Description AclAclsSPIDefaultImpl. acl()Creates a newAclinstance.
Aclinsteaad