Project

General

Profile

Task #742

Updated by Radek Tomiška over 6 years ago

Add new identity contract attribute - state: 
 - add state enumeration ENABLED, DISABLED, EXCLUDED EXCLUDED, BEFORE_VALID, AFTER_VALID 
 - change disabled attribute - preset by new state 
 - add validation mechanism - invalid dates has higher priority. Preset state by validity dates 
 - change identity contract queries - disabled attribute will be used instead validity dates 
 - remove change LRT - update state when contract starts to be in/valid by event processors 
 - use the same refactor hr workflow in processes to processors. 
 - provide change script - disabled attribute will be mapped to state EXCLUDED and set to false - it was used as exclude for now 
 - EXCLUDED contract still will be valid, but roles asigned to this contract will not be added to logged identity roles 

 New attibute state will be editable in FE and by synchronization.

Back