Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.config.client |
Common client-side administration classes.
|
org.forgerock.opendj.config.client.spi |
Client side driver implementation interfaces.
|
org.forgerock.opendj.config.dsconfig |
This package contains the DS config.
|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationClient.commit()
If this is a new configuration this method will attempt to add it to the
server, otherwise it will commit any changes made to this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedObject.commit()
Adds this managed object to the server or commits any changes made to it
depending on whether the managed object already exists on the
server.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
String name)
Deletes the named instantiable child managed object from the named parent
managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
String name) |
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
OptionalRelationDefinition<C,S> rd)
Deletes the optional child managed object from the named parent managed
object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
OptionalRelationDefinition<C,S> rd) |
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd,
String name)
Deletes s set child managed object from the named parent managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
DriverBasedManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd,
String name) |
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(InstantiableRelationDefinition<C,S> r,
String name)
Removes the named instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(OptionalRelationDefinition<C,S> r)
Removes an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(SetRelationDefinition<C,S> r,
String name)
Removes s set child managed object.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractManagedObject.addNewManagedObject()
Adds this new managed object.
|
void |
AbstractManagedObject.commit() |
<C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<?,?> parent,
InstantiableRelationDefinition<C,S> rd,
String name)
Deletes the named instantiable child managed object from the named parent
managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<?,?> parent,
OptionalRelationDefinition<C,S> rd)
Deletes the optional child managed object from the named parent managed
object.
|
<C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<?,?> parent,
SetRelationDefinition<C,S> rd,
String name)
Deletes the named instantiable child managed object from the named parent
managed object.
|
protected abstract <C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<C,S> path)
Deletes the named managed object.
|
protected abstract void |
AbstractManagedObject.modifyExistingManagedObject()
Applies changes made to this managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(InstantiableRelationDefinition<C,S> r,
String name) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(OptionalRelationDefinition<C,S> r) |
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(SetRelationDefinition<C,S> r,
String name) |
Modifier and Type | Method and Description |
---|---|
static void |
ArgumentExceptionFactory.displayOperationRejectedException(com.forgerock.opendj.cli.ConsoleApplication app,
OperationRejectedException e)
Displays a table listing the reasons why an operation was rejected.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisherCfgClient.removeAccessLogFilteringCriteria(String name)
Removes the named Access Log Filtering Criteria.
|
void |
RootCfgClient.removeAccountStatusNotificationHandler(String name)
Removes the named Account Status Notification Handler.
|
void |
RootCfgClient.removeAlertHandler(String name)
Removes the named Alert Handler.
|
void |
RootCfgClient.removeAttributeSyntax(String name)
Removes the named Attribute Syntax.
|
void |
RootCfgClient.removeBackend(String name)
Removes the named Backend.
|
void |
PluggableBackendCfgClient.removeBackendIndex(String name)
Removes the named Backend Index.
|
void |
PluggableBackendCfgClient.removeBackendVLVIndex(String name)
Removes the named Backend VLV Index.
|
void |
RootCfgClient.removeCertificateMapper(String name)
Removes the named Certificate Mapper.
|
void |
RootCfgClient.removeConnectionHandler(String name)
Removes the named Connection Handler.
|
void |
DebugLogPublisherCfgClient.removeDebugTarget(String name)
Removes the named Debug Target.
|
void |
RootCfgClient.removeEntryCache(String name)
Removes the named Entry Cache.
|
void |
RootCfgClient.removeExtendedOperationHandler(String name)
Removes the named Extended Operation Handler.
|
void |
RootCfgClient.removeGroupImplementation(String name)
Removes the named Group Implementation.
|
void |
RootCfgClient.removeHTTPAuthorizationMechanism(String name)
Removes the named HTTP Authorization Mechanism.
|
void |
RootCfgClient.removeHTTPEndpoint(String name)
Removes the named HTTP Endpoint.
|
void |
RootCfgClient.removeIdentityMapper(String name)
Removes the named Identity Mapper.
|
void |
RootCfgClient.removeKeyManagerProvider(String name)
Removes the named Key Manager Provider.
|
void |
RootCfgClient.removeLogPublisher(String name)
Removes the named Log Publisher.
|
void |
RootCfgClient.removeLogRetentionPolicy(String name)
Removes the named Log Retention Policy.
|
void |
RootCfgClient.removeLogRotationPolicy(String name)
Removes the named Log Rotation Policy.
|
void |
RootCfgClient.removeMatchingRule(String name)
Removes the named Matching Rule.
|
void |
RootCfgClient.removeMonitorProvider(String name)
Removes the named Monitor Provider.
|
void |
RootCfgClient.removePasswordGenerator(String name)
Removes the named Password Generator.
|
void |
RootCfgClient.removePasswordPolicy(String name)
Removes the named Password Policy.
|
void |
RootCfgClient.removePasswordStorageScheme(String name)
Removes the named Password Storage Scheme.
|
void |
RootCfgClient.removePasswordValidator(String name)
Removes the named Password Validator.
|
void |
PluginRootCfgClient.removePlugin(String name)
Removes the named Plugin.
|
void |
ReplicationSynchronizationProviderCfgClient.removeReplicationDomain(String name)
Removes the named Replication Domain.
|
void |
ReplicationSynchronizationProviderCfgClient.removeReplicationServer()
Removes the Replication Server if it exists.
|
void |
RootDNCfgClient.removeRootDNUser(String name)
Removes the named Root DN User.
|
void |
RootCfgClient.removeSASLMechanismHandler(String name)
Removes the named SASL Mechanism Handler.
|
void |
RootCfgClient.removeSchemaProvider(String name)
Removes the named Schema Provider.
|
void |
RootCfgClient.removeSynchronizationProvider(String name)
Removes the named Synchronization Provider.
|
void |
RootCfgClient.removeTrustManagerProvider(String name)
Removes the named Trust Manager Provider.
|
void |
RootCfgClient.removeVirtualAttribute(String name)
Removes the named Virtual Attribute.
|
Copyright 2010-2017 ForgeRock AS.