DELETED_EXTENDED_ATTRIBUTE_MAPPINGS ADD_USER EDIT_USER

9-12 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

9.2.17 DELETED_EXTENDED_ATTRIBUTE_MAPPINGS

Service deletes mappings from one user attribute to another user attribute. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm Additional Required Service Parameters ■ ExtUserAttribInfo: A result set containing extended user attribute information. Optional Service Parameters ■ allowMissingAttributes: If set to true, the service suppresses errors when trying to delete attributes that do not exist. The default is false. Example The following example from del_attr_mapping.txt illustrates the use of this service: ?hda version=11gR1-dev jcharset=Cp1252 encoding=iso-8859-1? Delete two attribute mappings Properties LocalData IdcService=DELETE_EXTENDED_ATTRIBUTE_MAPPINGS end ResultSet ExtUserAttribInfo 3 dAttributeName dApplication AttributeInfo guest appl role,contributor,15 contributor app2 account,abc,3 end

9.2.18 ADD_USER

The service has been altered to add extended user attributes at the same time the user is added. For additional information see Section 4.14.4, ADD_USER. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm Optional Service Parameter ■ ExtUserAttribInfo ResultSet: A result set containing extended user attribution information. If it is not included, no extended attributes are added. Extended User Attributes Services 9-13 Example The following example from add_user.txt illustrates the use of this service: Add user with extended security data Properties LocalData IdcService=ADD_USER dName=jsmith dUserAuthType=Local dFullName=Jennifer Smith dPassword=password dEmail=emailexample.com end ResultSet UserAttribInfo 2 dUserName AttributeInfo jsmith role,guest,15 end ResultSet ExtUserAttribInfo 3 dUserName dApplication AttributeInfo jsmith appl account,abc,15 end

9.2.19 EDIT_USER

This service has been altered to allow editing of extended user attributes at the same time. The old values are completely replaced by the new ones. For additional information, see Section 4.14.4, ADD_USER. Location: IdcHomeDircomponentsExtendedUserAttributesresourcesextendeduserattributes _services.htm Optional Service Parameters ■ ExtUserAttribInfo ResultSet: A result set containing extended user attribution information. If it is not included, the extended attributes are not replaced. Example The following example from edit_user.txt illustrates the use of this service: Edit user with extended security data Properties LocalData IdcService=EDIT_USER dName=jsmith dUserAuthType=Local dFullName=Justin Smith dPassword=12345 dEmail=realreal.com end ResultSet UserAttribInfo 2 dUserName AttributeInfo 9-14 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management jsmith role,guest,15 end ResultSet ExtUserAttribInfo 3 dUserName dApplication AttributeInfo jsmith appl account,abc,7,account,xyz,15 end

9.2.20 DELETE_USER