Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
This article describes how to add custom class files in Smart ID 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 | ||
---|---|---|
| ||
In this article, <SMARTIDHOME> refers to /home/nexus, but this can be different depending on the setup. |
Add your custom class files
toin <SMARTIDHOME>/docker/compose/identitymanager/<admin|operator|tenant>/classes.
For example, if you want to update just Identity Manager Operator, see this example:Panel borderStyle solid title Example: upload just Identity Manager Operator Place the class file(s) below <SMARTIDHOME>/docker/compose/identitymanager/operator/classes
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:
If the class file
CalendarAction.class has to be patched, which has the package
org.nexus.com.bar
, then name de.vps.act.action.calendar, place the class file
in the following path inside the classes folder
org/nexus/com/bar/Foo.class
: de/vps/act/action/calendar/
The full path in this example would then be:
Panel title Example: full path <SMARTIDHOME>/docker/compose/identitymanager/operator/classes/de/vps/act/action/calendar/CalendarAction.class
- After placing the patched classes, restart your Docker container in order to apply the change.
- 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.
This article is valid for Smart ID 21.04 and later.