Task #815
closedIdentity state implementation
100%
Description
New identity attribute 'state' will be added:
- represent current identity state, respectively state of identity contracts
- will be used for long running task, which needs react to it - e.g. when identity starts to be valid, then new password for their account should be generated and send in notification (#666)
- state will be synchronized automatically by contract's state and validity (by event processors or LRT)
- can be used for reports
- attribute 'disabled' will be controlled by this state automaticaly - the same behavior as contract's state.
- identity can be disabled manually - will be state value, but will be controlled by standalone button. When identity will be enabled again, then state will be evaluated again.
Implementation notes:
- enumeration IdentityState
Files
Related issues
Updated by Radek Tomiška about 7 years ago
- Related to Task #666: Set one password to all systems when creating identity. added
Updated by Marcel Poul about 7 years ago
- File stavy_identity.png stavy_identity.png added
Updated by Radek Tomiška about 7 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška about 7 years ago
Identity state is implemented.
Documentation remains.
Updated by Radek Tomiška about 7 years ago
- Due date set to 12/11/2017
- Start date changed from 11/03/2017 to 12/11/2017
- Follows Task #869: Allow sync and provisioning of a identity state added
Updated by Radek Tomiška about 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100