| Package | Description | 
|---|---|
| org.apache.wiki.auth.acl | 
 Access Control List implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AclEntryImpl
Implementation of a JSPWiki AclEntry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AclEntry | 
AclImpl.getEntry(Principal principal)
Returns an AclEntry for a supplied Principal, or  
null if
 the Principal does not have a matching AclEntry. | 
AclEntry | 
Acl.getEntry(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 | 
|---|---|
Enumeration<AclEntry> | 
AclImpl.entries()
Returns an enumeration of the entries in this ACL. 
 | 
Enumeration<AclEntry> | 
Acl.entries()
Returns an enumeration of the entries in this ACL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
AclImpl.addEntry(AclEntry entry)
Adds an ACL entry to this ACL. 
 | 
boolean | 
Acl.addEntry(AclEntry entry)
Adds an ACL entry to this ACL. 
 | 
boolean | 
AclImpl.removeEntry(AclEntry entry)
Removes an ACL entry from this ACL. 
 | 
boolean | 
Acl.removeEntry(AclEntry entry)
Removes an ACL entry from this ACL. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.