Uses of Interface
org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
-
Packages that use AccountStatusNotificationHandlerCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of AccountStatusNotificationHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AccountStatusNotificationHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends AccountStatusNotificationHandlerCfgClient,? extends AccountStatusNotificationHandlerCfg>AccountStatusNotificationHandlerCfgClient. definition()Get the configuration definition associated with this Account Status Notification Handler.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type AccountStatusNotificationHandlerCfg Modifier and Type Method Description <C extends AccountStatusNotificationHandlerCfgClient>
CRootCfgClient. createAccountStatusNotificationHandler(ManagedObjectDefinition<C,? extends AccountStatusNotificationHandlerCfg> d, String name, Collection<PropertyException> exceptions)Creates a new Account Status Notification Handler. -
Uses of AccountStatusNotificationHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AccountStatusNotificationHandlerCfg Modifier and Type Method Description AccountStatusNotificationHandlerCfgAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccountStatusNotificationHandlerCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AccountStatusNotificationHandlerCfg Modifier and Type Method Description AggregationPropertyDefinition<AccountStatusNotificationHandlerCfgClient,AccountStatusNotificationHandlerCfg>PasswordPolicyCfgDefn. getAccountStatusNotificationHandlerPropertyDefinition()Get the "account-status-notification-handler" property definition.InstantiableRelationDefinition<AccountStatusNotificationHandlerCfgClient,AccountStatusNotificationHandlerCfg>RootCfgDefn. getAccountStatusNotificationHandlersRelationDefinition()Get the "account-status-notification-handlers" relation definition.Class<AccountStatusNotificationHandlerCfg>AccountStatusNotificationHandlerCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AccountStatusNotificationHandlerCfg Modifier and Type Method Description AccountStatusNotificationHandlerCfgAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccountStatusNotificationHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of AccountStatusNotificationHandlerCfg in org.forgerock.opendj.server.config.server
Subinterfaces of AccountStatusNotificationHandlerCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceErrorLogAccountStatusNotificationHandlerCfgA server-side interface for querying Error Log Account Status Notification Handler settings.interfaceSMTPAccountStatusNotificationHandlerCfgA server-side interface for querying SMTP Account Status Notification Handler settings.Methods in org.forgerock.opendj.server.config.server that return AccountStatusNotificationHandlerCfg Modifier and Type Method Description AccountStatusNotificationHandlerCfgRootCfg. getAccountStatusNotificationHandler(String name)Gets the named Account Status Notification Handler.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type AccountStatusNotificationHandlerCfg Modifier and Type Method Description Class<? extends AccountStatusNotificationHandlerCfg>AccountStatusNotificationHandlerCfg. configurationClass()Gets the configuration class associated with this Account Status Notification Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type AccountStatusNotificationHandlerCfg Modifier and Type Method Description voidRootCfg. addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)Registers to be notified when new Account Status Notification Handlers are added.voidRootCfg. addAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)Registers to be notified when existing Account Status Notification Handlers are deleted.voidAccountStatusNotificationHandlerCfg. addChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg> listener)Register to be notified when this Account Status Notification Handler is changed.voidRootCfg. removeAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)Deregisters an existing Account Status Notification Handler configuration add listener.voidRootCfg. removeAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)Deregisters an existing Account Status Notification Handler configuration delete listener.voidAccountStatusNotificationHandlerCfg. removeChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg> listener)Deregister an existing Account Status Notification Handler configuration change listener.
-