Uses of Interface
com.ecyrd.jspwiki.auth.acl.AclEntry

Packages that use AclEntry
com.ecyrd.jspwiki.auth.acl Access Control List implementation. 
 

Uses of AclEntry in com.ecyrd.jspwiki.auth.acl
 

Classes in com.ecyrd.jspwiki.auth.acl that implement AclEntry
 class AclEntryImpl
          Implementation of a JSPWiki AclEntry.
 

Methods in com.ecyrd.jspwiki.auth.acl that return AclEntry
 AclEntry Acl.getEntry(Principal principal)
          Returns an AclEntry for a supplied Principal, or null if the Principal does not have a matching AclEntry.
 AclEntry AclImpl.getEntry(Principal principal)
          Returns an AclEntry for a supplied Principal, or null if the Principal does not have a matching AclEntry.
 

Methods in com.ecyrd.jspwiki.auth.acl with parameters of type AclEntry
 boolean Acl.addEntry(AclEntry entry)
          Adds an ACL entry to this ACL.
 boolean AclImpl.addEntry(AclEntry entry)
          Adds an ACL entry to this ACL.
 boolean Acl.removeEntry(AclEntry entry)
          Removes an ACL entry from this ACL.
 boolean AclImpl.removeEntry(AclEntry entry)
          Removes an ACL entry from this ACL.