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.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
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 AccountStatusNotificationHandlerCfg
AccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccountStatusNotificationHandlerCfg> impl)
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()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AccountStatusNotificationHandlerCfg Modifier and Type Method Description AccountStatusNotificationHandlerCfg
AccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccountStatusNotificationHandlerCfg> impl)
-
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 interface
ErrorLogAccountStatusNotificationHandlerCfg
A server-side interface for querying Error Log Account Status Notification Handler settings.interface
SmtpAccountStatusNotificationHandlerCfg
A 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 AccountStatusNotificationHandlerCfg
RootCfg. 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 void
RootCfg. addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)
Registers to be notified when new Account Status Notification Handlers are added.void
RootCfg. addAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)
Registers to be notified when existing Account Status Notification Handlers are deleted.void
AccountStatusNotificationHandlerCfg. addChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg> listener)
Register to be notified when this Account Status Notification Handler is changed.void
RootCfg. removeAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)
Deregisters an existing Account Status Notification Handler configuration add listener.void
RootCfg. removeAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)
Deregisters an existing Account Status Notification Handler configuration delete listener.void
AccountStatusNotificationHandlerCfg. removeChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg> listener)
Deregister an existing Account Status Notification Handler configuration change listener. -
Uses of AccountStatusNotificationHandlerCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type AccountStatusNotificationHandlerCfg Modifier and Type Class Description class
AccountStatusNotificationHandler<T extends AccountStatusNotificationHandlerCfg>
This class defines the set of methods that must be implemented for an account status notification handler. -
Uses of AccountStatusNotificationHandlerCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type AccountStatusNotificationHandlerCfg Modifier and Type Method Description ConfigChangeResult
AccountStatusNotificationHandlerConfigManager. applyConfigurationAdd(AccountStatusNotificationHandlerCfg cfg)
ConfigChangeResult
AccountStatusNotificationHandlerConfigManager. applyConfigurationChange(AccountStatusNotificationHandlerCfg configuration)
ConfigChangeResult
AccountStatusNotificationHandlerConfigManager. applyConfigurationDelete(AccountStatusNotificationHandlerCfg configuration)
boolean
AccountStatusNotificationHandlerConfigManager. isConfigurationAddAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AccountStatusNotificationHandlerConfigManager. isConfigurationChangeAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AccountStatusNotificationHandlerConfigManager. isConfigurationDeleteAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-