Oracle Waveset 8.1.1 Deployment Reference

Adding Applications

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

ProcedureTo 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 Identity Manager IDE.

    The new application is added to the application menu.