Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:systems:dev:system-mapping [2019/05/06 09:53]
svandav [Connector configuration]
devel:documentation:systems:dev:system-mapping [2019/05/06 10:29]
svandav [Connector pool configuration]
Line 19: Line 19:
 The last advantage is the ability to use **multiple connections** to one target system, which is especially advantageous during parallel processing. The last advantage is the ability to use **multiple connections** to one target system, which is especially advantageous during parallel processing.
  
 +=== Pool configurations: ===
 +  * **Pooling supported** - Enable / disable entire pool
 +  * **Max idle objects**
 +  * **Minimum number of idle objects**
 +  * **Max objects** - Max number of objects in the pool.
 +  * **Max time to wait** - Max time to wait for free object in the pool.
 +  * **Minimum time to wait before evicting** - Minimum time to wait befor evicting idle object.
  
-{{ :devel:documentation:systems:dev:pool-config.png?800 |}}+<note important>By default is pool **disabled**!</note>
  
 +<note tip>Pool configuration is persisted in EAV attributes and use form definition with code "pooling-connector-configuration".</note>
 +
 +
 +{{ :devel:documentation:systems:dev:pool-config.png?800 |}}
  
    
Line 31: Line 42:
  
  
-{{:navrh:schema_systemu_czechidm_-_google_chrome_048.png|}}+{{ :devel:documentation:systems:dev:schema-config.png?800 |}}
  
  
Line 56: Line 67:
   * Fill in **username** as the **IdM key**.   * Fill in **username** as the **IdM key**.
  
-{{:navrh:selection_050.png|}}+{{ :devel:documentation:systems:dev:attribute-detail.png?800 |}}
  
 <note tip>Create mapping for the other attributes in the same way. Below you can find a table with the resulting mapping:</note> <note tip>Create mapping for the other attributes in the same way. Below you can find a table with the resulting mapping:</note>
  
-{{:navrh:selection_049.png|}}+
  
 ===== Attribute cache ===== ===== Attribute cache =====
Line 108: Line 119:
     * Insert "return attributeValue + "overloaded value";"" in the script for transformation into the system.     * Insert "return attributeValue + "overloaded value";"" in the script for transformation into the system.
     * Now, if the role is assigned to a user, the account on the end system **Table** will contain the **overloaded value** suffix in the **firstname** attribute.      * Now, if the role is assigned to a user, the account on the end system **Table** will contain the **overloaded value** suffix in the **firstname** attribute. 
- 
-{{:navrh:selection_052.png|}} 
  
 ====== Mapped attribute strategy ====== ====== Mapped attribute strategy ======
  • by svandav