Uses of Interface
org.forgerock.opendj.server.config.client.AccountStatusNotificationHandlerCfgClient
-
Packages that use AccountStatusNotificationHandlerCfgClient 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. -
-
Uses of AccountStatusNotificationHandlerCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of AccountStatusNotificationHandlerCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
ErrorLogAccountStatusNotificationHandlerCfgClient
A client-side interface for reading and modifying Error Log Account Status Notification Handler settings.interface
SmtpAccountStatusNotificationHandlerCfgClient
A client-side interface for reading and modifying SMTP Account Status Notification Handler settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type AccountStatusNotificationHandlerCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return AccountStatusNotificationHandlerCfgClient Modifier and Type Method Description AccountStatusNotificationHandlerCfgClient
RootCfgClient. getAccountStatusNotificationHandler(String name)
Gets the named Account Status Notification Handler.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AccountStatusNotificationHandlerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends AccountStatusNotificationHandlerCfgClient,? extends AccountStatusNotificationHandlerCfg>
AccountStatusNotificationHandlerCfgClient. definition()
Get the configuration definition associated with this Account Status Notification Handler. -
Uses of AccountStatusNotificationHandlerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AccountStatusNotificationHandlerCfgClient Modifier and Type Method Description AccountStatusNotificationHandlerCfgClient
AccountStatusNotificationHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends AccountStatusNotificationHandlerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AccountStatusNotificationHandlerCfgClient 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.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AccountStatusNotificationHandlerCfgClient Modifier and Type Method Description AccountStatusNotificationHandlerCfgClient
AccountStatusNotificationHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends AccountStatusNotificationHandlerCfgClient> impl)
-