Overview

This is an enumeration of the lifecycle status of the user in the system; lifecycle staus is a coarse-grained control over a user and used mainly by the system and its administrators to manage users. A user's state does not necessarily indicate anything about a user's specific authorization levels, roles or privileges within the system. The user can be in exactly one status at any given point of time.

Enumeration Members

Name Description

ENABLED

User creation is completed; all provisioning tasks are complete and the user account is ready for normal use.

LOCKED

The user account is locked; login will not be allowed. However, the account may continue to receive reminders, notifications, alerts etc. and can be unlocked for subsequent use. The actual locking of a user account may be an administrative action or may be automatic based on certain conditions in the system e.g overquota. To unlock a user, the state must be set to ENABLED.

DISABLED

The user account is disabled; the data related to this user account is "frozen". User logins may not be allowed and other features such as notifications, reminders and alarms etc. may also be suspended.

MARKED_FOR_DELETE

The user is deleted from the directory; user data may still exist in the system and is available for archiving etc.

Referenced By Representaions