Uses of Interface
com.retek.component.security.Role

Packages that use Role
com.retek.component.pend   
com.retek.component.security   
 

Uses of Role in com.retek.component.pend
 

Methods in com.retek.component.pend that return Role
 Role PendRule.getRole()
           
 

Methods in com.retek.component.pend with parameters of type Role
 void PendRule.setRole(Role role)
           
 

Uses of Role in com.retek.component.security
 

Methods in com.retek.component.security that return Role
 Role RoleManager.buildRoleInstance(java.lang.String displayName, java.util.Set permissions, java.util.Set includedRoles)
           
 Role RoleManager.buildRoleInstance(java.lang.String displayName)
           
 Role RoleManager.buildRoleInstance()
           
 Role RoleManager.readRole(DistributedReference roleRef)
           
 

Methods in com.retek.component.security with parameters of type Role
 void UserSearchCriteria.setRole(Role role)
           
 void User.addRole(Role role)
           
 void User.removeRole(Role role)
           
 void Role.addRole(Role role)
           
 void Role.removeRole(Role role)
           
 boolean Role.isInheritedBy(Role role)
           
 boolean Role.inherits(Role role)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25