Uses of Interface
org.apache.wiki.api.core.AclEntry
Packages that use AclEntry
Package
Description
JSPWiki's central API.
JSPWiki's SPI package.
Access Control List implementation.
-
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 -
Uses of AclEntry in org.apache.wiki.auth.acl
Subinterfaces of AclEntry in org.apache.wiki.auth.aclClasses in org.apache.wiki.auth.acl that implement AclEntryMethods in org.apache.wiki.auth.acl that return AclEntryModifier and TypeMethodDescriptionAclImpl.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.auth.acl that return types with arguments of type AclEntryModifier and TypeMethodDescriptionAclImpl.aclEntries()
Returns an enumeration of the entries in this ACL.Methods in org.apache.wiki.auth.acl with parameters of type AclEntryModifier and TypeMethodDescriptionboolean
Adds an ACL entry to this ACL.boolean
AclImpl.removeEntry
(AclEntry entry) Removes an ACL entry from this ACL. -
Uses of AclEntry in org.apache.wiki.spi
Methods in org.apache.wiki.spi that return AclEntry
AclEntry
instead