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 TypeMethodDescriptionboolean
findPrincipals
(Permission permission) getAclEntry
(Principal principal) boolean
isEmpty()
boolean
removeEntry
(AclEntry entry) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
findPrincipals
in interfaceAcl
-
addEntry
-
removeEntry
- Specified by:
removeEntry
in interfaceAcl
-
aclEntries
- Specified by:
aclEntries
in interfaceAcl
-
getAclEntry
- Specified by:
getAclEntry
in interfaceAcl
-
isEmpty
-
toString
-