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.
|
org.opends.server.admin.std.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg> |
RootDNUserCfgClient.definition()
Get the configuration definition associated with this Root DN User.
|
Modifier and Type | Method and Description |
---|---|
<C extends RootDNUserCfgClient> |
RootDNCfgClient.createRootDNUser(ManagedObjectDefinition<C,? extends RootDNUserCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Root DN User.
|
Modifier and Type | Method and Description |
---|---|
RootDNUserCfg |
RootDNUserCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDNUserCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<RootDNUserCfgClient,RootDNUserCfg> |
RootDNCfgDefn.getRootDNUsersRelationDefinition()
Get the "root-dn-users" relation definition.
|
Class<RootDNUserCfg> |
RootDNUserCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
RootDNUserCfg |
RootDNUserCfgDefn.createServerConfiguration(ServerManagedObject<? extends RootDNUserCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
RootDNUserCfg |
RootDNCfg.getRootDNUser(String name)
Gets the named Root DN User.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends RootDNUserCfg> |
RootDNUserCfg.configurationClass()
Gets the configuration class associated with this Root DN User.
|
Modifier and Type | Method and Description |
---|---|
void |
RootDNUserCfg.addChangeListener(ConfigurationChangeListener<RootDNUserCfg> listener)
Register to be notified when this Root DN User is changed.
|
void |
RootDNCfg.addRootDNUserAddListener(ConfigurationAddListener<RootDNUserCfg> listener)
Registers to be notified when new Root DN Users are added.
|
void |
RootDNCfg.addRootDNUserDeleteListener(ConfigurationDeleteListener<RootDNUserCfg> listener)
Registers to be notified when existing Root DN Users are deleted.
|
void |
RootDNUserCfg.removeChangeListener(ConfigurationChangeListener<RootDNUserCfg> listener)
Deregister an existing Root DN User configuration change listener.
|
void |
RootDNCfg.removeRootDNUserAddListener(ConfigurationAddListener<RootDNUserCfg> listener)
Deregisters an existing Root DN User configuration add listener.
|
void |
RootDNCfg.removeRootDNUserDeleteListener(ConfigurationDeleteListener<RootDNUserCfg> listener)
Deregisters an existing Root DN User configuration delete listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
RootDNConfigManager.applyConfigurationAdd(RootDNUserCfg configuration)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
RootDNConfigManager.applyConfigurationChange(RootDNUserCfg configuration)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
RootDNConfigManager.applyConfigurationDelete(RootDNUserCfg configuration)
Deletes an existing configuration from this delete listener.
|
boolean |
RootDNConfigManager.isConfigurationAddAcceptable(RootDNUserCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
RootDNConfigManager.isConfigurationChangeAcceptable(RootDNUserCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
RootDNConfigManager.isConfigurationDeleteAcceptable(RootDNUserCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing
configuration is acceptable to this delete listener.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.