|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupFinder | |
---|---|
edu.internet2.middleware.grouper | The I2MI Grouper project is an open source toolkit for managing groups. |
Uses of GroupFinder in edu.internet2.middleware.grouper |
---|
Methods in edu.internet2.middleware.grouper that return GroupFinder | |
---|---|
GroupFinder |
GroupFinder.addGroupId(java.lang.String groupId)
add a group id to search for |
GroupFinder |
GroupFinder.addGroupName(java.lang.String groupName)
add a group name to search for |
GroupFinder |
GroupFinder.addPrivilege(Privilege privilege)
add a privilege to filter by that the subject has on the group |
GroupFinder |
GroupFinder.addTypeOfGroup(TypeOfGroup typeOfGroup)
|
GroupFinder |
GroupFinder.assignAttributeValue(java.lang.Object theValue)
find objects with this value |
GroupFinder |
GroupFinder.assignCompositeOwner(java.lang.Boolean theCompositeOwner)
if we are filtering for groups which are composite owners or not |
GroupFinder |
GroupFinder.assignField(Field theField)
field to look for if searching for memberships in groups |
GroupFinder |
GroupFinder.assignFieldName(java.lang.String theFieldName)
field name to look for if searching for memberships in groups |
GroupFinder |
GroupFinder.assignFindByUuidOrName(boolean theFindByUuidOrName)
if we are looking up a group, only look by uuid or name |
GroupFinder |
GroupFinder.assignGroupIds(java.util.Collection<java.lang.String> theGroupIds)
assign group ids to search for |
GroupFinder |
GroupFinder.assignGroupNames(java.util.Collection<java.lang.String> theGroupNames)
assign group names to search for |
GroupFinder |
GroupFinder.assignIdOfAttributeDefName(java.lang.String theAttributeDefNameId)
find groups that have this attribute assigned |
GroupFinder |
GroupFinder.assignMembershipsForSubject(boolean membershipsForSubject1)
if this is true, or there is a field assigned, then get memberships for a subject |
GroupFinder |
GroupFinder.assignNameOfAttributeDefName(java.lang.String theNameOfAttributeDefName)
find groups that have this attribute assigned |
GroupFinder |
GroupFinder.assignParentStemId(java.lang.String theParentStemId)
parent or ancestor stem of the group |
GroupFinder |
GroupFinder.assignPrivileges(java.util.Set<Privilege> theGroups)
assign privileges to filter by that the subject has on the group |
GroupFinder |
GroupFinder.assignQueryOptions(QueryOptions theQueryOptions)
if sorting, paging, caching, etc |
GroupFinder |
GroupFinder.assignScope(java.lang.String theScope)
scope to look for groups Wildcards will be appended or percent is the wildcard |
GroupFinder |
GroupFinder.assignSplitScope(boolean theSplitScope)
if the scope has spaces in it, then split by whitespace, and find results that contain all of the scope strings |
GroupFinder |
GroupFinder.assignStemScope(Stem.Scope theStemScope)
if passing in a stem, this is the stem scope... |
GroupFinder |
GroupFinder.assignSubject(edu.internet2.middleware.subject.Subject theSubject)
this is the subject that has certain memberships in the query |
GroupFinder |
GroupFinder.assignSubjectNotInGroup(edu.internet2.middleware.subject.Subject theSubjectNotInGroup)
assign a subject which does not have a membership in the group |
GroupFinder |
GroupFinder.assignTypeOfGroups(java.util.Set<TypeOfGroup> theTypeOfGroups)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |