Uses of Interface
org.apache.wiki.api.core.Acl
-
Packages that use 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 void
WikiPage. 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 Acl
Page. getAcl()
Returns the Acl for this page.Methods in org.apache.wiki.api.core with parameters of type Acl Modifier and Type Method Description void
Page. setAcl(Acl acl)
Sets the Acl for this page. -
Uses of Acl in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return Acl Modifier and Type Method Description Acl
AclsDSL. acl()
Creates a newAcl
instance.Acl
AclsSPI. acl()
Creates a newAcl
instance. -
Uses of Acl in org.apache.wiki.auth.acl
Subinterfaces of Acl in org.apache.wiki.auth.acl Modifier and Type Interface Description interface
Acl
Deprecated.useAcl
insteadClasses in org.apache.wiki.auth.acl that implement Acl Modifier and Type Class Description class
AclImpl
JSPWiki implementation of an Access Control List.Methods in org.apache.wiki.auth.acl that return Acl Modifier and Type Method Description Acl
AclManager. getPermissions(Page page)
Returns the access control list for the page.Acl
DefaultAclManager. getPermissions(Page page)
Returns the access control list for the page.Acl
AclManager. parseAcl(Page page, java.lang.String ruleLine)
A helper method for parsing textual AccessControlLists.Acl
DefaultAclManager. parseAcl(Page page, java.lang.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 java.lang.String
DefaultAclManager. printAcl(Acl acl)
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 Modifier and Type Method Description Acl
AclsSPIDefaultImpl. acl()
Creates a newAcl
instance.
-