Account management events

Events are raised at key points during account processing. These can be used to add custom validations to the account management process. For more information on using events, please see the Curam Server Developer Guide. All of the following events can be found in the class curam.citizenworkspace.security.impl.CitizenWorkspaceAccountEvents

Table 1. Account events
Event Interface Description
CitizenWorkspaceCreateAccountEvents Events raised around account creation. Please see the related javadoc in the WorkspaceServices component for more information.
CitizenWorkspacePasswordChangedEvent Event raised when a user is changing their password. Please see the related javadoc in the WorkspaceServices component for more information.
CitizenWorksapceAccountAssociations Events raised when a user is linked or unlinked from an associated Person Participant. Please see the related javadoc in the WorkspaceServices component for more information.