Uses of Class
net.javamud.data.Permission

Packages that use Permission
net.javamud.data   
 

Uses of Permission in net.javamud.data
 

Methods in net.javamud.data with parameters of type Permission
 boolean ACL.isInherited(Permission perm)
          Get whether or not the Permission perm is inherited or not.
 boolean ACL.implies(Permission perm)
          Returns true if this ACL implies Permission perm .
 boolean Permission.implies(Permission perm)
          Does this imply the Permission perm
 int Permission.impliesQuality(Permission perm)
          Returns a measure of quality of the implies match.