| Package | Description |
|---|---|
| org.apache.wiki.auth.acl |
Access Control List implementation.
|
| Modifier and Type | Method and Description |
|---|---|
default AclEntry |
Acl.getEntry(Principal principal)
Deprecated.
use
Acl.getAclEntry(Principal) instead. |
| Modifier and Type | Method and Description |
|---|---|
default Enumeration<AclEntry> |
Acl.entries()
Deprecated.
use
Acl.aclEntries() instead. |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
Acl.addEntry(AclEntry entry)
Deprecated.
use
Acl.addEntry(org.apache.wiki.api.core.AclEntry) instead. |
default boolean |
Acl.removeEntry(AclEntry entry)
Deprecated.
use
Acl.removeEntry(org.apache.wiki.api.core.AclEntry) instead. |
Copyright © 2001-2020 The Apache Software Foundation. All rights reserved.