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
devel:documentation:identities:dev:user-type [2020/08/13 07:44]
tomiskar [Configurable form in product]
devel:documentation:identities:dev:user-type [2020/08/14 10:43] (current)
tomiskar [Configurable form in product]
Line 18: Line 18:
       * **otherContracts** - all other contracts.       * **otherContracts** - all other contracts.
       * **otherPositions** - all other positions.       * **otherPositions** - all other positions.
-      * **identityRoles** - all assigned identity roles.+      * **identityRoles** - all assigned identity roles (loaded by projection configuration property ''load-assigned-roles'' is enabled).
     * ''IdentityProjectionManager'' was added and support **get and save** identity **projection**. Projection is processed by event and processors (see ''IdentityProjectionSaveProcessor''). Processors can be registed to process ''IdmIdentityProjectionDto'' content (custom validations, generators etc. can be added non invasively). Manager contains overridable protected method to get and save all parts of projection (methods can be overidden invasively to add or change product behavior).     * ''IdentityProjectionManager'' was added and support **get and save** identity **projection**. Projection is processed by event and processors (see ''IdentityProjectionSaveProcessor''). Processors can be registed to process ''IdmIdentityProjectionDto'' content (custom validations, generators etc. can be added non invasively). Manager contains overridable protected method to get and save all parts of projection (methods can be overidden invasively to add or change product behavior).
     * ''IdmIdentityProjectionController'' is exposed on url '<server api>/identity-projection' and support get and post ''IdmIdentityProjectionDto'' - calls ''IdentityProjectionManager''methods.     * ''IdmIdentityProjectionController'' is exposed on url '<server api>/identity-projection' and support get and post ''IdmIdentityProjectionDto'' - calls ''IdentityProjectionManager''methods.
  
-<note tip>If projection works with role requests only, then loading of all assigned identity roles could be disabled - override ''DefaultIdentityProjectionManager#getIdentityRoles'' in your custom module. Configuration property will be provided in future release.</note>+<note tip>If projection works with role requests only, then loading of all assigned identity roles could be disabled - by projection configuration property ''load-assigned-roles''</note>
  
 ==== Default user detail ==== ==== Default user detail ====
  • by tomiskar