Uses of Class
org.objectweb.jac.aspects.user.Rule

Packages that use Rule
org.objectweb.jac.aspects.user Provides a users management within an application.  
 

Uses of Rule in org.objectweb.jac.aspects.user
 

Methods in org.objectweb.jac.aspects.user with parameters of type Rule
 void Profile.addReadRule(Rule rule)
           
 void Profile.removeReadRule(Rule rule)
           
 void Profile.addWriteRule(Rule rule)
           
 void Profile.removeWriteRule(Rule rule)
           
 void Profile.addAddRule(Rule rule)
           
 void Profile.removeAddRule(Rule rule)
           
 void Profile.addCreateRule(Rule rule)
           
 void Profile.removeCreateRule(Rule rule)
           
 void Profile.addRemoveRule(Rule rule)
           
 void Profile.removeRemoveRule(Rule rule)