Uses of Class
org.rhq.core.domain.authz.Role

Packages that use Role
org.rhq.core.domain.alert.notification   
org.rhq.core.domain.auth   
org.rhq.core.domain.resource.group   
 

Uses of Role in org.rhq.core.domain.alert.notification
 

Methods in org.rhq.core.domain.alert.notification that return Role
 Role RoleNotification.getRole()
           
 

Constructors in org.rhq.core.domain.alert.notification with parameters of type Role
RoleNotification(AlertDefinition alertDefinition, Role role)
           
 

Uses of Role in org.rhq.core.domain.auth
 

Methods in org.rhq.core.domain.auth that return types with arguments of type Role
 Set<Role> Subject.getRoles()
           
 

Methods in org.rhq.core.domain.auth with parameters of type Role
 void Subject.addRole(Role role)
           
 void Subject.removeRole(Role role)
           
 

Method parameters in org.rhq.core.domain.auth with type arguments of type Role
 void Subject.setRoles(Set<Role> roles)
           
 

Uses of Role in org.rhq.core.domain.resource.group
 

Methods in org.rhq.core.domain.resource.group that return types with arguments of type Role
 Set<Role> ResourceGroup.getRoles()
           
 

Methods in org.rhq.core.domain.resource.group with parameters of type Role
 void ResourceGroup.addRole(Role role)
           
 void ResourceGroup.removeRole(Role role)
           
 



Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.