Package edu.internet2.middleware.grouper
Class SubjectFinder.RestrictSourceForGroup
java.lang.Object
edu.internet2.middleware.grouper.SubjectFinder.RestrictSourceForGroup
- Enclosing class:
- SubjectFinder
result to see if source if restricted by group
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
group to restrict to, null means restrict to allboolean
if restrictedvoid
group to restrict to, null means restrict to allvoid
setRestrict
(boolean restrict1) if restricted
-
Constructor Details
-
RestrictSourceForGroup
- Parameters:
restrict
-group
-
-
-
Method Details
-
isRestrict
public boolean isRestrict()if restricted- Returns:
- the restrict
-
setRestrict
public void setRestrict(boolean restrict1) if restricted- Parameters:
restrict1
- the restrict to set
-
getGroup
group to restrict to, null means restrict to all- Returns:
- the group
-
setGroup
group to restrict to, null means restrict to all- Parameters:
group1
- the group to set
-