Uses of Interface
org.apache.wiki.api.core.AclEntry
Packages that use AclEntry
Package
Description
JSPWiki's central API.
JSPWiki's SPI package.
-
Uses of AclEntry in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that return AclEntryModifier and TypeMethodDescriptionAcl.getAclEntry
(Principal principal) Returns an AclEntry for a supplied Principal, ornull
if the Principal does not have a matching AclEntry.Methods in org.apache.wiki.api.core that return types with arguments of type AclEntryModifier and TypeMethodDescriptionAcl.aclEntries()
Returns an enumeration of the entries in this ACL.Methods in org.apache.wiki.api.core with parameters of type AclEntryModifier and TypeMethodDescriptionboolean
Adds an ACL entry to this ACL.boolean
Acl.removeEntry
(AclEntry entry) Removes an ACL entry from this ACL. -
Uses of AclEntry in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return AclEntry