| Modifier and Type | Method and Description |
|---|---|
default boolean |
addEntry(AclEntry entry)
Deprecated.
use
Acl.addEntry(org.apache.wiki.api.core.AclEntry) instead. |
default java.util.Enumeration<AclEntry> |
entries()
Deprecated.
use
Acl.aclEntries() instead. |
default AclEntry |
getEntry(java.security.Principal principal)
Deprecated.
use
Acl.getAclEntry(Principal) instead. |
default boolean |
removeEntry(AclEntry entry)
Deprecated.
use
Acl.removeEntry(org.apache.wiki.api.core.AclEntry) instead. |
aclEntries, addEntry, findPrincipals, getAclEntry, isEmpty, removeEntry@Deprecated default boolean addEntry(AclEntry entry)
Acl.addEntry(org.apache.wiki.api.core.AclEntry) instead.entry - - the ACL entry to be added to this ACL#addEntry(org.apache.wiki.api.core.AclEntry@Deprecated default java.util.Enumeration<AclEntry> entries()
Acl.aclEntries() instead.Acl.aclEntries()@Deprecated default AclEntry getEntry(java.security.Principal principal)
Acl.getAclEntry(Principal) instead.null if the Principal does not have a matching AclEntry.principal - the principal to search fornullAcl.getAclEntry(Principal)@Deprecated default boolean removeEntry(AclEntry entry)
Acl.removeEntry(org.apache.wiki.api.core.AclEntry) instead.entry - the ACL entry to be removed from this ACL#removeEntry(org.apache.wiki.api.core.AclEntryCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.