Uses of Class
org.rhq.core.domain.auth.Subject

Packages that use Subject
org.rhq.core.domain.authz   
org.rhq.core.domain.content   
org.rhq.core.domain.criteria   
org.rhq.core.domain.dashboard   
org.rhq.core.domain.operation.bean   
org.rhq.core.domain.resource.group   
org.rhq.core.domain.search   
org.rhq.core.domain.util   
 

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

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

Methods in org.rhq.core.domain.authz with parameters of type Subject
 void Role.addLdapSubject(Subject subject)
           
 void Role.addSubject(Subject subject)
           
 void Role.removeLdapSubject(Subject subject)
           
 void Role.removeSubject(Subject subject)
           
 

Method parameters in org.rhq.core.domain.authz with type arguments of type Subject
 void Role.setLdapSubjects(Set<Subject> subjects)
           
 void Role.setSubjects(Set<Subject> subjects)
           
 

Uses of Subject in org.rhq.core.domain.content
 

Methods in org.rhq.core.domain.content that return Subject
 Subject Repo.getOwner()
           
 Subject InstalledPackage.getUser()
          User who performed the installation, if it is known.
 

Methods in org.rhq.core.domain.content with parameters of type Subject
 void Repo.setOwner(Subject owner)
           
 void InstalledPackage.setUser(Subject user)
           
 

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

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

Uses of Subject in org.rhq.core.domain.dashboard
 

Methods in org.rhq.core.domain.dashboard that return Subject
 Subject Dashboard.getOwner()
           
 

Methods in org.rhq.core.domain.dashboard with parameters of type Subject
 void Dashboard.setOwner(Subject owner)
           
 

Uses of Subject in org.rhq.core.domain.operation.bean
 

Methods in org.rhq.core.domain.operation.bean that return Subject
 Subject OperationSchedule.getSubject()
           
 

Methods in org.rhq.core.domain.operation.bean with parameters of type Subject
 void OperationSchedule.setSubject(Subject subject)
           
 

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

Methods in org.rhq.core.domain.resource.group that return Subject
 Subject ResourceGroup.getSubject()
           
 

Methods in org.rhq.core.domain.resource.group with parameters of type Subject
 void ResourceGroup.setSubject(Subject subject)
           
 

Uses of Subject in org.rhq.core.domain.search
 

Methods in org.rhq.core.domain.search that return Subject
 Subject SavedSearch.getSubject()
           
 

Constructors in org.rhq.core.domain.search with parameters of type Subject
SavedSearch(SearchSubsystem context, String name, String pattern, Subject subject)
           
 

Uses of Subject in org.rhq.core.domain.util
 

Methods in org.rhq.core.domain.util with parameters of type Subject
static boolean AuthzConstants.isOverlord(Subject subject)
           
 



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