Uses of Class
at.davinci.control.access.Role

Packages that use Role
at.davinci.control.access   
at.davinci.model   
at.davinci.util   
 

Uses of Role in at.davinci.control.access
 

Methods in at.davinci.control.access that return types with arguments of type Role
 java.util.Hashtable<java.lang.String,Role> Role.getInheritedRoles()
           
 

Methods in at.davinci.control.access with parameters of type Role
 void User.addRole(Role r)
           
 boolean User.hasRole(Role r)
           
 void Role.inherit(Role r)
           
 boolean Role.inherits(Role r)
           
 

Method parameters in at.davinci.control.access with type arguments of type Role
 void AccessControlManager.setRoles(java.util.Hashtable<java.lang.String,Role> roles)
           
 

Uses of Role in at.davinci.model
 

Methods in at.davinci.model with parameters of type Role
 void MethodSignature.addRole(Role r)
           
 

Method parameters in at.davinci.model with type arguments of type Role
 void MethodSignature.addRoles(java.util.Set<Role> roles)
           
 

Uses of Role in at.davinci.util
 

Methods in at.davinci.util that return types with arguments of type Role
 java.util.Hashtable<java.lang.String,Role> AccessConfigurationHandler.getRoles()
           
 java.util.Hashtable<java.lang.String,Role> ConfigurationLoader.getRoles()
           
 

Method parameters in at.davinci.util with type arguments of type Role
 void ConfigurationLoader.loadViewTrees(java.lang.String string, java.util.Hashtable<java.lang.String,Role> roles)
           
 void ViewTreeConfigurationHandler.setRoles(java.util.Map<java.lang.String,Role> roles)