Sun Identity Manager Deployment Reference

Adding Applications

You can register your own Java methods so that they can be accessed from the Sun Java System Identity Manager IDE.

Procedure To Register Methods

  1. Edit the idm/config/workflowregistry.xml file.

  2. Add the application definition, in a form similar to this example:


    <WorkflowApplication name=’Increment Counter’
      class=’com.waveset.util.RandomGen’ op=’nextInt’>
       <ArgumentDefinition name=’start’ value=’10’>
          <Comments>Get the next counter</Comments>
       </ArgumentDefinition>
    </WorkflowApplication>
  3. Restart the Sun Java System Identity Manager IDE.

    The new application is added to the application menu.