Overview

You can customize DirX Identity extensively using various methods like schema extensions, object descriptions and setting options and parameters through wizards or object pages.

If these methods do not meet your customization requirements, DirX Identity provides mechanisms for customizing DirX Identity features through Java programming.

This document explains the general programming environment and the following specific use cases:

  • Extending real-time workflows

  • Extending event maintenance workflows

  • Extending request workflows

  • Extending Web Services

  • Implementing operations and activities for consistency workflows

  • Implementing a custom connector

  • Implementing a Representational State Transfer (RESTful) connector

Note that we do not repeat information that is available in other parts of the DirX Identity documentation. Instead, we reference it.

Most use cases comprise these chapters:

  • Prerequisites

  • Documentation

  • Interfaces

  • Training

  • Examples

  • Hints, tips and tricks