Uses of Class
edu.internet2.middleware.grouper.PrivilegeGroupSave
Packages that use PrivilegeGroupSave
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
-
Uses of PrivilegeGroupSave in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that return PrivilegeGroupSaveModifier and TypeMethodDescriptionPrivilegeGroupSave.assignField(Field theField) field of privilegePrivilegeGroupSave.assignFieldId(String theFieldId) field of privilegePrivilegeGroupSave.assignFieldName(String theFieldName) field of privilege (could be privilege name too)PrivilegeGroupSave.assignGroup(Group theGroup) assign a groupPrivilegeGroupSave.assignGroupId(String theGroupId) group id to add to, mutually exclusive with group namePrivilegeGroupSave.assignGroupName(String theGroupName) group name to add to, mutually exclusive with group idPrivilegeGroupSave.assignImmediateMembershipId(String theImmediateMembershipId) uuid of this membership for inserts (optional)PrivilegeGroupSave.assignMember(Member theMember) member to addPrivilegeGroupSave.assignMemberId(String theMemberId) member id to addPrivilegeGroupSave.assignSaveMode(SaveMode theSaveMode) asssign save modePrivilegeGroupSave.assignSubject(Subject theSubject) subject to addPrivilegeGroupSave.assignSubjectId(String theSubjectId) subject id to add, mutually exclusive and preferable to subject identifierPrivilegeGroupSave.assignSubjectIdentifier(String theSubjectIdentifier) subject identifier to add, mutually exclusive and not preferable to subject idPrivilegeGroupSave.assignSubjectSourceId(String theSubjectSourceId) subject source id to add -
Uses of PrivilegeGroupSave in edu.internet2.middleware.grouper.app.syncToGrouper
Methods in edu.internet2.middleware.grouper.app.syncToGrouper that return PrivilegeGroupSave