Uses of Class
net.javamud.data.Right

Packages that use Right
net.javamud.data   
 

Uses of Right in net.javamud.data
 

Fields in net.javamud.data declared as Right
protected  Right Permission.right
          Right associated with this Permission
 

Methods in net.javamud.data with parameters of type Right
 boolean Right.impliedBy(Right impliesMe)
          The same as impliesMe .implies(this).
 boolean Right.implies(Right iImply)
          If iImply is implied by this Right.
 int Right.impliesQuality(Right right)
          Quality of implies match.
 boolean Permission.implies(UserIdentity uid, Right implied)
          Does this imply the Right implied ?
 int Permission.impliesQuality(UserIdentity uid, Right implied)
          Returns a measure of quality of the implies match.
 

Constructors in net.javamud.data with parameters of type Right
Permission(UserIdentity uid, Right setRight)
          Constructor for the Permission object