public class SubjectCustomizerForDecoratorTestingHideStudentData extends SubjectCustomizerBase
| Modifier and Type | Field and Description |
|---|---|
static String |
PRIVILEGED_EMPLOYEE_GROUP_NAME
privileged employee group name
|
static String |
STUDENT_GROUP_NAME
student (protected data) group name
|
| Constructor and Description |
|---|
SubjectCustomizerForDecoratorTestingHideStudentData() |
| Modifier and Type | Method and Description |
|---|---|
Set<Subject> |
filterSubjects(GrouperSession grouperSession,
Set<Subject> subjects,
String findSubjectsInStemName)
you can edit the subjects (or replace), but you shouldnt remove them
|
decorateSubjectspublic static final String STUDENT_GROUP_NAME
public static final String PRIVILEGED_EMPLOYEE_GROUP_NAME
public SubjectCustomizerForDecoratorTestingHideStudentData()
public Set<Subject> filterSubjects(GrouperSession grouperSession, Set<Subject> subjects, String findSubjectsInStemName)
SubjectCustomizerfilterSubjects in interface SubjectCustomizerfilterSubjects in class SubjectCustomizerBasefindSubjectsInStemName - 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 groupSubjectCustomizer.filterSubjects(GrouperSession, Set, String)Copyright © 2016 Internet2. All rights reserved.