Uses of Interface
org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Packages that use OpenidmAccountStatusNotificationHandlerCfg 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. -
-
Uses of OpenidmAccountStatusNotificationHandlerCfg in org.forgerock.openidm.accountchange
Methods in org.forgerock.openidm.accountchange with parameters of type OpenidmAccountStatusNotificationHandlerCfg Modifier and Type Method Description org.forgerock.opendj.config.server.ConfigChangeResultOpenidmAccountStatusNotificationHandler. applyConfigurationChange(OpenidmAccountStatusNotificationHandlerCfg configuration)voidOpenidmAccountStatusNotificationHandler. initializeStatusNotificationHandler(OpenidmAccountStatusNotificationHandlerCfg configuration)booleanOpenidmAccountStatusNotificationHandler. isConfigurationChangeAcceptable(OpenidmAccountStatusNotificationHandlerCfg configuration, List<org.forgerock.i18n.LocalizableMessage> unacceptableReasons) -
Uses of OpenidmAccountStatusNotificationHandlerCfg in org.forgerock.openidm.accountchange.client
Methods in org.forgerock.openidm.accountchange.client that return types with arguments of type OpenidmAccountStatusNotificationHandlerCfg Modifier and Type Method Description org.forgerock.opendj.config.ManagedObjectDefinition<? extends OpenidmAccountStatusNotificationHandlerCfgClient,? extends OpenidmAccountStatusNotificationHandlerCfg>OpenidmAccountStatusNotificationHandlerCfgClient. definition()Get the configuration definition associated with this Openidm Account Status Notification Handler. -
Uses of OpenidmAccountStatusNotificationHandlerCfg in org.forgerock.openidm.accountchange.meta
Methods in org.forgerock.openidm.accountchange.meta that return OpenidmAccountStatusNotificationHandlerCfg Modifier and Type Method Description OpenidmAccountStatusNotificationHandlerCfgOpenidmAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends OpenidmAccountStatusNotificationHandlerCfg> impl)Methods in org.forgerock.openidm.accountchange.meta that return types with arguments of type OpenidmAccountStatusNotificationHandlerCfg Modifier and Type Method Description Class<OpenidmAccountStatusNotificationHandlerCfg>OpenidmAccountStatusNotificationHandlerCfgDefn. getServerConfigurationClass()Method parameters in org.forgerock.openidm.accountchange.meta with type arguments of type OpenidmAccountStatusNotificationHandlerCfg Modifier and Type Method Description OpenidmAccountStatusNotificationHandlerCfgOpenidmAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(org.forgerock.opendj.config.server.ServerManagedObject<? extends OpenidmAccountStatusNotificationHandlerCfg> impl) -
Uses of OpenidmAccountStatusNotificationHandlerCfg in org.forgerock.openidm.accountchange.server
Methods in org.forgerock.openidm.accountchange.server that return types with arguments of type OpenidmAccountStatusNotificationHandlerCfg Modifier and Type Method Description Class<? extends OpenidmAccountStatusNotificationHandlerCfg>OpenidmAccountStatusNotificationHandlerCfg. configurationClass()Gets the configuration class associated with this Openidm Account Status Notification Handler.Method parameters in org.forgerock.openidm.accountchange.server with type arguments of type OpenidmAccountStatusNotificationHandlerCfg Modifier and Type Method Description voidOpenidmAccountStatusNotificationHandlerCfg. addOpenidmChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<OpenidmAccountStatusNotificationHandlerCfg> listener)Register to be notified when this Openidm Account Status Notification Handler is changed.voidOpenidmAccountStatusNotificationHandlerCfg. removeOpenidmChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<OpenidmAccountStatusNotificationHandlerCfg> listener)Deregister an existing Openidm Account Status Notification Handler configuration change listener.
-