Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| devel:documentation:systems:dev:supported-connectors [2018/06/12 05:10] – [Most frequently connected systems] cirkval | devel:documentation:systems:dev:supported-connectors [2022/08/23 13:49] (current) – deleted old info about memory leak - no longer valid when using pooling apeterova | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Connectors: adding new ones ====== | ||
| + | |||
| + | {{tag> | ||
| + | |||
| + | ===== ConnId connectors ===== | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ===== Adding more connectors ===== | ||
| + | |||
| + | If needed, another ConnId connector can be added into the system by: | ||
| + | |||
| + | * Maven dependency in the **IdM-parent** | ||
| + | * Maven dependency in any other module (searching for available modules takes place in all the system modules). | ||
| + | * adding a **jar** | ||
| + | |||
| + | Searching for available ConnId connectors is based on the presence of the **@ConnectorClass** | ||
| + | |||