public interface SubjectCustomizer
| Modifier and Type | Method and Description |
|---|---|
Set<Subject> |
decorateSubjects(GrouperSession grouperSession,
Set<Subject> subjects,
Collection<String> attributeNamesRequested)
decorate subjects based on attributes requested
|
Set<Subject> |
filterSubjects(GrouperSession grouperSession,
Set<Subject> subjects,
String findSubjectsInStemName)
you can edit the subjects (or replace), but you shouldnt remove them
|
Set<Subject> decorateSubjects(GrouperSession grouperSession, Set<Subject> subjects, Collection<String> attributeNamesRequested)
grouperSession - subjects - attributeNamesRequested - Set<Subject> filterSubjects(GrouperSession grouperSession, Set<Subject> subjects, String findSubjectsInStemName)
grouperSession - subjects - findSubjectsInStemName - if this is a findSubjectsInStem call, this is the stem name. This is useful
to filter when searching for subjects to add to a certain groupCopyright © 2016 Internet2. All rights reserved.