Uses of Interface
org.apache.wiki.auth.acl.AclEntry
| Package | Description |
|---|---|
| org.apache.wiki.auth.acl |
Access Control List implementation.
|
-
Uses of AclEntry in org.apache.wiki.auth.acl
Classes in org.apache.wiki.auth.acl that implement AclEntry Modifier and Type Class Description classAclEntryImplImplementation of a JSPWiki AclEntry.Methods in org.apache.wiki.auth.acl that return AclEntry Modifier and Type Method Description default AclEntryAcl. getEntry(Principal principal)Deprecated.Methods in org.apache.wiki.auth.acl that return types with arguments of type AclEntry Modifier and Type Method Description default Enumeration<AclEntry>Acl. entries()Deprecated.useAcl.aclEntries()instead.Methods in org.apache.wiki.auth.acl with parameters of type AclEntry Modifier and Type Method Description default booleanAcl. addEntry(AclEntry entry)Deprecated.useAcl.addEntry(org.apache.wiki.api.core.AclEntry)instead.default booleanAcl. removeEntry(AclEntry entry)Deprecated.useAcl.removeEntry(org.apache.wiki.api.core.AclEntry)instead.
Acl.getAclEntry(Principal)instead.