Uses of Interface
org.apache.wiki.auth.acl.AclEntry
Packages that use AclEntry
-
Uses of AclEntry in org.apache.wiki.auth.acl
Classes in org.apache.wiki.auth.acl that implement AclEntryMethods in org.apache.wiki.auth.acl that return AclEntryMethods in org.apache.wiki.auth.acl that return types with arguments of type AclEntryModifier and TypeMethodDescriptiondefault Enumeration<AclEntry>Acl.entries()Deprecated.useAcl.aclEntries()instead.Methods in org.apache.wiki.auth.acl with parameters of type AclEntryModifier and TypeMethodDescriptiondefault booleanDeprecated.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.