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