|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||