Package org.apache.wiki.auth.acl
Class AclImpl
java.lang.Object
org.apache.wiki.auth.acl.AclImpl
- All Implemented Interfaces:
Serializable,org.apache.wiki.api.core.Acl,Acl
JSPWiki implementation of an Access Control List.
- Since:
- 2.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnumeration<org.apache.wiki.api.core.AclEntry>booleanaddEntry(org.apache.wiki.api.core.AclEntry entry) findPrincipals(Permission permission) org.apache.wiki.api.core.AclEntrygetAclEntry(Principal principal) booleanisEmpty()booleanremoveEntry(org.apache.wiki.api.core.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 interfaceorg.apache.wiki.api.core.Acl
-
addEntry
- Specified by:
addEntryin interfaceorg.apache.wiki.api.core.Acl
-
removeEntry
- Specified by:
removeEntryin interfaceorg.apache.wiki.api.core.Acl
-
aclEntries
- Specified by:
aclEntriesin interfaceorg.apache.wiki.api.core.Acl
-
getAclEntry
- Specified by:
getAclEntryin interfaceorg.apache.wiki.api.core.Acl
-
isEmpty
- Specified by:
isEmptyin interfaceorg.apache.wiki.api.core.Acl
-
toString
-