DS 7.1.7

Account Status Notification Handler

This is an abstract object type that cannot be instantiated.

Account Status Notification Handlers are invoked to provide notification to users in some form (for example, by an email message) when the status of a user’s account has changed in some way. The Account Status Notification Handler can be used to notify the user and/or administrators of the change.

Account Status Notification Handlers

The following Account Status Notification Handlers are available:

These Account Status Notification Handlers inherit the properties described below.

Dependencies

The following objects depend on Account Status Notification Handlers:

Account Status Notification Handler Properties

You can use configuration expressions to set property values at startup time. For details, see Property Value Substitution.

Basic Properties

enabled
java-class

Basic Properties

Use the --advanced option to access advanced properties.

enabled

Synopsis

Indicates whether the Account Status Notification Handler is enabled. Only enabled handlers are invoked whenever a related event occurs in the server.

Default Value

None

Allowed Values

true

false

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

java-class

Synopsis

Specifies the fully-qualified name of the Java class that provides the Account Status Notification Handler implementation.

Default Value

None

Allowed Values

A Java class that extends or implements:

  • org.opends.server.api.AccountStatusNotificationHandler

Multi-valued

No

Required

Yes

Admin Action Required

The object must be disabled and re-enabled for changes to take effect.

Advanced

No

Read-Only

No

Copyright © 2010-2023 ForgeRock, all rights reserved.