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

Packages that use Subject
org.rhq.core.domain.alert.notification   
org.rhq.core.domain.authz   
org.rhq.core.domain.content   
org.rhq.core.domain.resource   
org.rhq.core.domain.resource.group   
org.rhq.core.domain.util   
 

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

Methods in org.rhq.core.domain.alert.notification that return Subject
 Subject SubjectNotification.getSubject()
           
 

Constructors in org.rhq.core.domain.alert.notification with parameters of type Subject
SubjectNotification(AlertDefinition alertDefinition, Subject subject)
           
 

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.getSubjects()
           
 

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

Method parameters in org.rhq.core.domain.authz with type arguments of type Subject
 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 InstalledPackage.getUser()
          User who performed the installation, if it is known.
 

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

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

Methods in org.rhq.core.domain.resource that return Subject
 Subject Resource.getModifiedBy()
           
 

Methods in org.rhq.core.domain.resource with parameters of type Subject
 void Resource.setModifiedBy(Subject modifiedBy)
           
 

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

Methods in org.rhq.core.domain.resource.group that return Subject
 Subject Group.getModifiedBy()
           
 

Methods in org.rhq.core.domain.resource.group with parameters of type Subject
 void Group.setModifiedBy(Subject modifiedBy)
           
 

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-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.