| Package | Description |
|---|---|
| org.apache.wiki.api.core |
JSPWiki's central API.
|
| org.apache.wiki.api.spi |
JSPWiki's SPI package.
|
| Modifier and Type | Method and Description |
|---|---|
AclEntry |
Acl.getAclEntry(java.security.Principal principal)
Returns an AclEntry for a supplied Principal, or
null if the Principal does not have a matching AclEntry. |
AclEntry |
Acl.getAclEntry(java.security.Principal principal)
Returns an AclEntry for a supplied Principal, or
null if the Principal does not have a matching AclEntry. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<AclEntry> |
Acl.aclEntries()
Returns an enumeration of the entries in this ACL.
|
java.util.Enumeration<AclEntry> |
Acl.aclEntries()
Returns an enumeration of the entries in this ACL.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Acl.addEntry(AclEntry entry)
Adds an ACL entry to this ACL.
|
boolean |
Acl.addEntry(AclEntry entry)
Adds an ACL entry to this ACL.
|
boolean |
Acl.removeEntry(AclEntry entry)
Removes an ACL entry from this ACL.
|
boolean |
Acl.removeEntry(AclEntry entry)
Removes an ACL entry from this ACL.
|
| Modifier and Type | Method and Description |
|---|---|
AclEntry |
AclsDSL.entry()
Creates a new
AclEntry instance. |
AclEntry |
AclsSPI.entry()
Creates a new
AclEntry instance. |
AclEntry |
AclsSPI.entry()
Creates a new
AclEntry instance. |
AclEntry |
AclsDSL.entry()
Creates a new
AclEntry instance. |
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.