Java Sample Classes

The following list provides brief descriptions of a subset of the Java sample classes:
cim141
The following list provides brief descriptions of a subset of the Java sample classes:
  • CreateUser
    Logs in as SuperAdmin and creates a
    CA Identity Manager
    user named New Supplier with a minimal set of user attribute values.
  • ChangeMyPassword
    Logs in as New Supplier and changes the original default password.
  • ModifyMyProfile
    Logs in as New Supplier and changes address-related attribute values.
  • ModifyUser
    Logs in as SuperAdmin and changes employee-related attribute values.
  • UserSearch
    Logs in as SuperAdmin and searches for all users by matching the asterisk (*) wildcard character.
  • ViewMyRoles
    Logs in as New Supplier and returns roles for that user.
  • ViewOrg
    Logs in as SuperAdmin and views the organization named USA.
  • ViewUser
    Logs in as SuperAdmin and views all users with first names matching the string “New”.
  • ForgottenPassword
    Logs in as the user identified by the %USER_ID% well-known attribute to request a new temporary password.
  • DeleteUser
    Logs in as SuperAdmin and deletes the user named New Supplier.
Note
: Java stubs generated from wsdl2java or wsimport commands depend on the task that enables the WebService. Multiple stubs are generated for a task based on its tab configuration.