Use this class to find objects type attributes on groups

Sample call

 GrouperObjectTypesAttributeValue attributeValue = new GdgTypeGroupFinder().assignGroup(group).assignType("ref").findGdgTypeGroupAssignment();
 


Sample call to find multiple object types attributes on a group

 Set<GrouperObjectTypesAttributeValue> attributeValues = new GdgTypeGroupFinder().assignGroup(group).findGdgTypeGroupAssignments();
 


Options

Java docs: https://software.internet2.edu/grouper/doc/2.5.x/grouper/apidocs/edu/internet2/middleware/grouper/app/grouperTypes/GdgTypeGroupFinder.html

  • No labels