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:identities:dev:user-type [2020/05/11 08:06]
tomiskar [Default user detail]
devel:documentation:identities:dev:user-type [2020/08/13 07:44]
tomiskar [Configurable form in product]
Line 21: Line 21:
     * ''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>
  
 ==== Default user detail ==== ==== Default user detail ====
  • by tomiskar