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

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

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.pend.impl
 

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

Methods in com.retek.component.pend.impl with parameters of type Role
 void PendRuleImpl.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)
           
 

Uses of Role in com.retek.component.security.impl
 

Classes in com.retek.component.security.impl that implement Role
 class RoleImpl
           
 

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

Methods in com.retek.component.security.impl with parameters of type Role
 void RoleImpl.addRole(Role role)
           
 boolean RoleImpl.isInheritedBy(Role role)
           
 boolean RoleImpl.inherits(Role role)
           
 void RoleImpl.removeRole(Role role)
           
 void UserImpl.addRole(Role role)
           
 void UserImpl.removeRole(Role role)
           
 

Uses of Role in com.retek.component.security.impl.command
 

Methods in com.retek.component.security.impl.command with parameters of type Role
static void RoleValidator.validate(Role role)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28