Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Formatting update
Info
This article is valid for Smart ID 21.04 and later.

This article describes a class patch mechanism for Identity Manager Docker containers. The patched classes need to be placed below the Docker Compose files of your installation, see the steps below.

Info
title<SMARTIDHOME>

In this article, <SMARTIDHOME> refers to /home/nexus, but this can be different depending on the setup.

  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 the class file(s) below <SMARTIDHOME>/docker/compose/identitymanager/operator/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

...

    1. .