Package org.apache.wiki.auth.acl
Class AclImpl
java.lang.Object
org.apache.wiki.auth.acl.AclImpl
- All Implemented Interfaces:
Serializable,Acl,Acl
JSPWiki implementation of an Access Control List.
- Since:
- 2.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfindPrincipals(Permission permission) getAclEntry(Principal principal) booleanisEmpty()booleanremoveEntry(AclEntry entry) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.wiki.auth.acl.Acl
addEntry, entries, getEntry, removeEntry
-
Constructor Details
-
AclImpl
public AclImpl()Constructs a new AclImpl instance.
-
-
Method Details
-
findPrincipals
- Specified by:
findPrincipalsin interfaceAcl
-
addEntry
-
removeEntry
- Specified by:
removeEntryin interfaceAcl
-
aclEntries
- Specified by:
aclEntriesin interfaceAcl
-
getAclEntry
- Specified by:
getAclEntryin interfaceAcl
-
isEmpty
-
toString
-