Uses of Class
org.rhq.core.domain.resource.group.LdapGroup

Packages that use LdapGroup
org.rhq.core.domain.authz   
 

Uses of LdapGroup in org.rhq.core.domain.authz
 

Methods in org.rhq.core.domain.authz that return types with arguments of type LdapGroup
 Set<LdapGroup> Role.getLdapGroups()
           
 

Methods in org.rhq.core.domain.authz with parameters of type LdapGroup
 void Role.addLdapGroup(LdapGroup ldapGroup)
           
 boolean Role.removeLdapGroup(LdapGroup ldapGroup)
           
 

Method parameters in org.rhq.core.domain.authz with type arguments of type LdapGroup
 void Role.setLdapGroups(Set<LdapGroup> groups)
           
 



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