Uses of Interface
org.apache.wiki.auth.acl.AclEntry

Packages that use AclEntry
org.apache.wiki.auth.acl Access Control List implementation. 
 

Uses of AclEntry in org.apache.wiki.auth.acl
 

Classes in org.apache.wiki.auth.acl that implement AclEntry
 class AclEntryImpl
          Implementation of a JSPWiki AclEntry.
 

Methods in org.apache.wiki.auth.acl that return AclEntry
 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.
 

Methods in org.apache.wiki.auth.acl that return types with arguments of type AclEntry
 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.
 

Methods in org.apache.wiki.auth.acl with parameters of type AclEntry
 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 © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.