Uses of Interface
org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
-
Packages that use ErrorLogAccountStatusNotificationHandlerCfg 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.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of ErrorLogAccountStatusNotificationHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends ErrorLogAccountStatusNotificationHandlerCfgClient,? extends ErrorLogAccountStatusNotificationHandlerCfg>
ErrorLogAccountStatusNotificationHandlerCfgClient. definition()
Get the configuration definition associated with this Error Log Account Status Notification Handler. -
Uses of ErrorLogAccountStatusNotificationHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description ErrorLogAccountStatusNotificationHandlerCfg
ErrorLogAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description Class<ErrorLogAccountStatusNotificationHandlerCfg>
ErrorLogAccountStatusNotificationHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description ErrorLogAccountStatusNotificationHandlerCfg
ErrorLogAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfg> impl)
-
Uses of ErrorLogAccountStatusNotificationHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description Class<? extends ErrorLogAccountStatusNotificationHandlerCfg>
ErrorLogAccountStatusNotificationHandlerCfg. configurationClass()
Gets the configuration class associated with this Error Log Account Status Notification Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description void
ErrorLogAccountStatusNotificationHandlerCfg. addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
Register to be notified when this Error Log Account Status Notification Handler is changed.void
ErrorLogAccountStatusNotificationHandlerCfg. removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
Deregister an existing Error Log Account Status Notification Handler configuration change listener. -
Uses of ErrorLogAccountStatusNotificationHandlerCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description ConfigChangeResult
ErrorLogAccountStatusNotificationHandler. applyConfigurationChange(ErrorLogAccountStatusNotificationHandlerCfg configuration)
void
ErrorLogAccountStatusNotificationHandler. initializeStatusNotificationHandler(ErrorLogAccountStatusNotificationHandlerCfg configuration)
boolean
ErrorLogAccountStatusNotificationHandler. isConfigurationAcceptable(ErrorLogAccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ErrorLogAccountStatusNotificationHandler. isConfigurationChangeAcceptable(ErrorLogAccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-