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. -
-
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 ErrorLogAccountStatusNotificationHandlerCfgErrorLogAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfg> 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 ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description Class<ErrorLogAccountStatusNotificationHandlerCfg>ErrorLogAccountStatusNotificationHandlerCfgDefn. 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 ErrorLogAccountStatusNotificationHandlerCfg Modifier and Type Method Description ErrorLogAccountStatusNotificationHandlerCfgErrorLogAccountStatusNotificationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
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 voidErrorLogAccountStatusNotificationHandlerCfg. addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)Register to be notified when this Error Log Account Status Notification Handler is changed.voidErrorLogAccountStatusNotificationHandlerCfg. removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)Deregister an existing Error Log Account Status Notification Handler configuration change listener.
-