Uses of Interface
org.apache.wiki.api.core.AclEntry
-
Packages that use AclEntry Package Description org.apache.wiki.api.core JSPWiki's central API.org.apache.wiki.api.spi JSPWiki's SPI package. -
-
Uses of AclEntry in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that return AclEntry Modifier and Type Method Description AclEntryAcl. getAclEntry(java.security.Principal principal)Returns an AclEntry for a supplied Principal, ornullif the Principal does not have a matching AclEntry.Methods in org.apache.wiki.api.core that return types with arguments of type AclEntry Modifier and Type Method Description java.util.Enumeration<AclEntry>Acl. aclEntries()Returns an enumeration of the entries in this ACL.Methods in org.apache.wiki.api.core with parameters of type AclEntry Modifier and Type Method Description booleanAcl. addEntry(AclEntry entry)Adds an ACL entry to this ACL.booleanAcl. 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 Modifier and Type Method Description AclEntryAclsDSL. entry()Creates a newAclEntryinstance.AclEntryAclsSPI. entry()Creates a newAclEntryinstance.
-