Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
<C extends AccountStatusNotificationHandlerCfgClient> |
RootCfgClient.createAccountStatusNotificationHandler(ManagedObjectDefinition<C,? extends AccountStatusNotificationHandlerCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Account Status Notification Handler.
|
Modifier and Type | Method and Description |
---|---|
AccountStatusNotificationHandlerCfgClient |
RootCfgClient.getAccountStatusNotificationHandler(String name)
Gets the named Account Status Notification Handler.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AccountStatusNotificationHandlerCfgClient,? extends AccountStatusNotificationHandlerCfg> |
AccountStatusNotificationHandlerCfgClient.definition()
Get the configuration definition associated with this Account Status Notification Handler.
|
Modifier and Type | Method and Description |
---|---|
AccountStatusNotificationHandlerCfgClient |
AccountStatusNotificationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends AccountStatusNotificationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AccountStatusNotificationHandlerCfgClient |
AccountStatusNotificationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends AccountStatusNotificationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.