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

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

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.getLdapRoles()
           
 Set<Role> Subject.getRoles()
           
 

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

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

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

Methods in org.rhq.core.domain.criteria that return types with arguments of type Role
 Class<Role> RoleCriteria.getPersistentClass()
           
 

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

Methods in org.rhq.core.domain.resource.group that return Role
 Role LdapGroup.getRole()
           
 

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)
           
 void LdapGroup.setRole(Role role)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.