You can register your own Java methods so that they can be accessed from the Sun Identity Manager IDE.
Edit the idm/config/workflowregistry.xml file.
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>
|
Restart the Sun Identity Manager IDE.
The new application is added to the application menu.