| Package | Description |
|---|---|
| org.forgerock.openidm.accountchange |
OpenIDM password synchronization extension's implementation classes.
|
| org.forgerock.openidm.accountchange.client |
Provides client-side interfaces for querying and managing the
OpenIDM account change plugin Applications can use the interfaces
defined within this package to retrieve, list, create, and remove
managed objects, as well as query and update their properties.
|
| org.forgerock.openidm.accountchange.meta |
Provides introspection interfaces for the OpenIDM account change
plugin This package provides access to meta-information about the
managed objects, their properties, their relationships with other
managed objects, and their inheritance model.
|
| org.forgerock.openidm.accountchange.server |
Provides server-side interfaces for accessing the OpenIDM account
change plugin Components within the server can use the interfaces
defined within this package to query the properties of the managed
objects and register to be notified when managed objects are added,
removed, or modified.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
OpenidmAccountStatusNotificationHandler.applyConfigurationChange(OpenidmAccountStatusNotificationHandlerCfg configuration) |
void |
OpenidmAccountStatusNotificationHandler.initializeStatusNotificationHandler(OpenidmAccountStatusNotificationHandlerCfg configuration) |
boolean |
OpenidmAccountStatusNotificationHandler.isConfigurationChangeAcceptable(OpenidmAccountStatusNotificationHandlerCfg configuration,
List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons) |
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.config.ManagedObjectDefinition<? extends OpenidmAccountStatusNotificationHandlerCfgClient,? extends OpenidmAccountStatusNotificationHandlerCfg> |
OpenidmAccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this Openidm Account Status Notification Handler.
|
| Modifier and Type | Method and Description |
|---|---|
OpenidmAccountStatusNotificationHandlerCfg |
OpenidmAccountStatusNotificationHandlerCfgDefn.createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends OpenidmAccountStatusNotificationHandlerCfg> impl) |
| Modifier and Type | Method and Description |
|---|---|
Class<OpenidmAccountStatusNotificationHandlerCfg> |
OpenidmAccountStatusNotificationHandlerCfgDefn.getServerConfigurationClass() |
| Modifier and Type | Method and Description |
|---|---|
OpenidmAccountStatusNotificationHandlerCfg |
OpenidmAccountStatusNotificationHandlerCfgDefn.createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends OpenidmAccountStatusNotificationHandlerCfg> impl) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends OpenidmAccountStatusNotificationHandlerCfg> |
OpenidmAccountStatusNotificationHandlerCfg.configurationClass()
Gets the configuration class associated with this Openidm Account Status Notification Handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenidmAccountStatusNotificationHandlerCfg.addOpenidmChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<OpenidmAccountStatusNotificationHandlerCfg> listener)
Register to be notified when this Openidm Account Status Notification Handler is changed.
|
void |
OpenidmAccountStatusNotificationHandlerCfg.removeOpenidmChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<OpenidmAccountStatusNotificationHandlerCfg> listener)
Deregister an existing Openidm Account Status Notification Handler configuration change listener.
|
Copyright © 2017-2020 Wren Security. All Rights Reserved.