Uses of Class
edu.internet2.middleware.grouper.ws.soap_v2_2.WsAttributeDefNameLookup
Packages that use WsAttributeDefNameLookup
-
Uses of WsAttributeDefNameLookup in edu.internet2.middleware.grouper.ws.soap_v2_2
Methods in edu.internet2.middleware.grouper.ws.soap_v2_2 that return WsAttributeDefNameLookupModifier and TypeMethodDescriptionWsAssignAttributeBatchEntry.getWsAttributeDefNameLookup()attribute def names to assign to the ownersWsAttributeDefNameToSave.getWsAttributeDefNameLookup()attribute def name lookup (blank if insert)Methods in edu.internet2.middleware.grouper.ws.soap_v2_2 with parameters of type WsAttributeDefNameLookupModifier and TypeMethodDescriptionGrouperService.assignAttributeDefNameInheritance(String clientVersion, WsAttributeDefNameLookup wsAttributeDefNameLookup, WsAttributeDefNameLookup[] relatedWsAttributeDefNameLookups, String assign, String replaceAllExisting, WsSubjectLookup actAsSubjectLookup, String txType, WsParam[] params) assign or unassign attribute def name permission inheritanceGrouperService.assignAttributes(String clientVersion, String attributeAssignType, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, String attributeAssignOperation, WsAttributeAssignValue[] values, String assignmentNotes, String assignmentEnabledTime, String assignmentDisabledTime, String delegatable, String attributeAssignValueOperation, WsAttributeAssignLookup[] wsAttributeAssignLookups, WsGroupLookup[] wsOwnerGroupLookups, WsStemLookup[] wsOwnerStemLookups, WsSubjectLookup[] wsOwnerSubjectLookups, WsMembershipLookup[] wsOwnerMembershipLookups, WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups, WsAttributeDefLookup[] wsOwnerAttributeDefLookups, WsAttributeAssignLookup[] wsOwnerAttributeAssignLookups, String[] actions, WsSubjectLookup actAsSubjectLookup, String includeSubjectDetail, String[] subjectAttributeNames, String includeGroupDetail, WsParam[] params, WsAttributeDefLookup[] attributeDefsToReplace, String[] actionsToReplace, String[] attributeDefTypesToReplace) assign attributes and values to owner objects (groups, stems, etc)GrouperService.assignPermissions(String clientVersion, String permissionType, WsAttributeDefNameLookup[] permissionDefNameLookups, String permissionAssignOperation, String assignmentNotes, String assignmentEnabledTime, String assignmentDisabledTime, String delegatable, WsAttributeAssignLookup[] wsAttributeAssignLookups, WsGroupLookup[] roleLookups, WsMembershipAnyLookup[] subjectRoleLookups, String[] actions, WsSubjectLookup actAsSubjectLookup, String includeSubjectDetail, String[] subjectAttributeNames, String includeGroupDetail, WsParam[] params, WsAttributeDefLookup[] attributeDefsToReplace, String[] actionsToReplace, String disallowed) assign permissions to roles or subjects (in the context of a role)GrouperService.attributeDefNameDelete(String clientVersion, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, WsSubjectLookup actAsSubjectLookup, String txType, WsParam[] params) delete an AttributeDefName or many.GrouperService.findAttributeDefNames(String clientVersion, String scope, String splitScope, WsAttributeDefLookup wsAttributeDefLookup, String attributeAssignType, String attributeDefType, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, String pageSize, String pageNumber, String sortString, String ascending, String wsInheritanceSetRelation, WsSubjectLookup actAsSubjectLookup, WsParam[] params, WsSubjectLookup wsSubjectLookup, String serviceRole) find an attribute def name or attribute def names.GrouperService.getAttributeAssignments(String clientVersion, String attributeAssignType, WsAttributeAssignLookup[] wsAttributeAssignLookups, WsAttributeDefLookup[] wsAttributeDefLookups, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, WsGroupLookup[] wsOwnerGroupLookups, WsStemLookup[] wsOwnerStemLookups, WsSubjectLookup[] wsOwnerSubjectLookups, WsMembershipLookup[] wsOwnerMembershipLookups, WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups, WsAttributeDefLookup[] wsOwnerAttributeDefLookups, String[] actions, String includeAssignmentsOnAssignments, WsSubjectLookup actAsSubjectLookup, String includeSubjectDetail, String[] subjectAttributeNames, String includeGroupDetail, WsParam[] params, String enabled, String attributeDefValueType, String theValue, String includeAssignmentsFromAssignments, String attributeDefType, WsAttributeAssignLookup[] wsAssignAssignOwnerAttributeAssignLookups, WsAttributeDefLookup[] wsAssignAssignOwnerAttributeDefLookups, WsAttributeDefNameLookup[] wsAssignAssignOwnerAttributeDefNameLookups, String[] wsAssignAssignOwnerActions) get attributeAssignments from groups etc based on inputsGrouperService.getMemberships(String clientVersion, WsGroupLookup[] wsGroupLookups, WsSubjectLookup[] wsSubjectLookups, String wsMemberFilter, WsSubjectLookup actAsSubjectLookup, String fieldName, String includeSubjectDetail, String[] subjectAttributeNames, String includeGroupDetail, WsParam[] params, String[] sourceIds, String scope, WsStemLookup wsStemLookup, String stemScope, String enabled, String[] membershipIds, WsStemLookup[] wsOwnerStemLookups, WsAttributeDefLookup[] wsOwnerAttributeDefLookups, String fieldType, String serviceRole, WsAttributeDefNameLookup serviceLookup) get memberships from groups and or subjects based on a filter (all, immediate only, effective only, composite, nonimmediate).GrouperService.getPermissionAssignments(String clientVersion, WsAttributeDefLookup[] wsAttributeDefLookups, WsAttributeDefNameLookup[] wsAttributeDefNameLookups, WsGroupLookup[] roleLookups, WsSubjectLookup[] wsSubjectLookups, String[] actions, String includePermissionAssignDetail, String includeAttributeDefNames, String includeAttributeAssignments, String includeAssignmentsOnAssignments, WsSubjectLookup actAsSubjectLookup, String includeSubjectDetail, String[] subjectAttributeNames, String includeGroupDetail, WsParam[] params, String enabled, String pointInTimeFrom, String pointInTimeTo, String immediateOnly, String permissionType, String permissionProcessor, WsPermissionEnvVar[] limitEnvVars, String includeLimits) get permissionAssignments from roles etc based on inputsvoidWsAssignAttributeBatchEntry.setWsAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup1) attribute def names to assign to the ownersvoidWsAttributeDefNameToSave.setWsAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup1) attribute def name lookup (blank if insert)