Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add your custom class files in <SMARTIDHOME>/docker/compose/identitymanager/<admin|operator|tenant>/classes.
    For example, if you want to update just Identity Manager Operator, see this example:

    Panel
    borderStylesolid
    titleExample: upload just Identity Manager Operator
    Place

    place the class file(s)

    below

    below <SMARTIDHOME>/docker/compose/identitymanager/operator/

    classes 

    classes 

  2. The class files have to be put in the right folder structure in order to work. This folder structure corresponds to the package path of the class file being added.

    Example:

    1. If the class file CalendarAction.class has to be patched, which has the package name de.vps.act.action.calendar, place the class file in the following path inside the classes folder: de/vps/act/action/calendar/

    2. The full path in this example would then be :

      Panel
      titleExample: full path

      <SMARTIDHOME>/docker/compose/identitymanager/operator/classes/de/vps/act/action/calendar/CalendarAction.class

  3. After placing the patched classes, restart your Docker container in order to apply the change.
    1. If you are running Identity Manager Docker containers on multiple server nodes, you must apply the change on each of the nodes and restart the containers.

...