Skip Headers
Oracle® Adaptive Access Manager Administrator's Guide
Release 10g (10.1.4.5)

Part Number E12055-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

D Account Statuses

The account statuses come from common_enum.properties and they are configurable.

vcrypt.user.account.status.enum.pending_activation.name=Pending Activation

The user started registration, but has not completed it. He has entered his username and password and his information has been stored in the database, but he will not be activated until he has completed registration. The user is available in the system, but he is not yet active and cannot perform any operations.

vcrypt.user.account.status.enum.active.name=Active

The user is active and available in the system. He has completed registration and can perform all operations.

vcrypt.user.account.status.enum.disabled.name=Disabled

The user is available in the system, but not active. He maybe disabled because of fraud or other reasons and cannot perform any operations.

vcrypt.user.account.status.enum.deleted.name=Deleted

The user is not available in the system.

vcrypt.user.account.status.enum.invalid.name=Invalid

The username is not valid.