Uses of Interface
org.apache.wiki.api.core.Acl
Packages that use Acl
Package
Description
The chief package of JSPWiki.
JSPWiki's central API.
JSPWiki's SPI package.
Access Control List implementation.
-
Uses of Acl in org.apache.wiki
Methods in org.apache.wiki with parameters of type Acl -
Uses of Acl in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that return AclMethods in org.apache.wiki.api.core with parameters of type Acl -
Uses of Acl in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return Acl -
Uses of Acl in org.apache.wiki.auth.acl
Subinterfaces of Acl in org.apache.wiki.auth.aclClasses in org.apache.wiki.auth.acl that implement AclMethods in org.apache.wiki.auth.acl that return AclModifier and TypeMethodDescriptionAclManager.getPermissions
(Page page) Returns the access control list for the page.DefaultAclManager.getPermissions
(Page page) Returns the access control list for the page.A helper method for parsing textual AccessControlLists.A helper method for parsing textual AccessControlLists.Methods in org.apache.wiki.auth.acl with parameters of type AclModifier and TypeMethodDescriptionprotected static String
Generates an ACL string for inclusion in a wiki page, based on a supplied Acl object.void
AclManager.setPermissions
(Page page, Acl acl) Sets the access control list for the page and persists it.void
DefaultAclManager.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
Acl
instead