Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.client.spi |
Client side driver implementation interfaces.
|
org.opends.server.admin.std.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 or not the managed object already
exists on the server.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(InstantiableRelationDefinition<C,S> r,
String name)
Retrieves an instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SetRelationDefinition<C,S> r,
String name)
Retrieves a set child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SingletonRelationDefinition<C,S> r)
Retrieves a singleton child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.hasChild(OptionalRelationDefinition<C,S> r)
Determines whether or not the optional managed object associated
with the specified optional relations exists.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(InstantiableRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(InstantiableRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects associated with the specified
instantiable relation which are a sub-type of the specified
managed object definition.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(SetRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified set
relation.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.listChildren(SetRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects associated with the specified set
relation which are a sub-type of the specified managed object
definition.
|
<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()
Adds this managed object to the server or commits any changes
made to it depending on whether or not the managed object already
exists on the server.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(InstantiableRelationDefinition<C,S> r,
String name)
Retrieves an instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SetRelationDefinition<C,S> r,
String name)
Retrieves a set child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SingletonRelationDefinition<C,S> r)
Retrieves a singleton child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.hasChild(OptionalRelationDefinition<C,S> r)
Determines whether or not the optional managed object associated
with the specified optional relations exists.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(InstantiableRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(InstantiableRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects associated with the specified
instantiable relation which are a sub-type of the specified
managed object definition.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(SetRelationDefinition<C,S> r)
Lists the child managed objects associated with the specified set
relation.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.listChildren(SetRelationDefinition<C,S> r,
AbstractManagedObjectDefinition<? extends C,? extends S> d)
Lists the child managed objects associated with the specified set
relation which are a sub-type of the specified managed object
definition.
|
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)
Removes the named instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(OptionalRelationDefinition<C,S> r)
Removes an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(SetRelationDefinition<C,S> r,
String name)
Removes s set child managed object.
|
Modifier and Type | Method and Description |
---|---|
AccessControlHandlerCfgClient |
RootCfgClient.getAccessControlHandler()
Gets the Access Control Handler.
|
AccessLogFilteringCriteriaCfgClient |
AccessLogPublisherCfgClient.getAccessLogFilteringCriteria(String name)
Gets the named Access Log Filtering Criteria.
|
AccountStatusNotificationHandlerCfgClient |
RootCfgClient.getAccountStatusNotificationHandler(String name)
Gets the named Account Status Notification Handler.
|
AdministrationConnectorCfgClient |
RootCfgClient.getAdministrationConnector()
Gets the Administration Connector.
|
AlertHandlerCfgClient |
RootCfgClient.getAlertHandler(String name)
Gets the named Alert Handler.
|
AttributeSyntaxCfgClient |
RootCfgClient.getAttributeSyntax(String name)
Gets the named Attribute Syntax.
|
BackendCfgClient |
RootCfgClient.getBackend(String name)
Gets the named Backend.
|
BackendIndexCfgClient |
PluggableBackendCfgClient.getBackendIndex(String name)
Gets the named Backend Index.
|
BackendVLVIndexCfgClient |
PluggableBackendCfgClient.getBackendVLVIndex(String name)
Gets the named Backend VLV Index.
|
CertificateMapperCfgClient |
RootCfgClient.getCertificateMapper(String name)
Gets the named Certificate Mapper.
|
ConnectionHandlerCfgClient |
RootCfgClient.getConnectionHandler(String name)
Gets the named Connection Handler.
|
CryptoManagerCfgClient |
RootCfgClient.getCryptoManager()
Gets the Crypto Manager.
|
DebugTargetCfgClient |
DebugLogPublisherCfgClient.getDebugTarget(String name)
Gets the named Debug Target.
|
EntryCacheCfgClient |
RootCfgClient.getEntryCache(String name)
Gets the named Entry Cache.
|
ExtendedOperationHandlerCfgClient |
RootCfgClient.getExtendedOperationHandler(String name)
Gets the named Extended Operation Handler.
|
ExternalChangelogDomainCfgClient |
ReplicationDomainCfgClient.getExternalChangelogDomain()
Gets the External Changelog Domain.
|
GlobalCfgClient |
RootCfgClient.getGlobalConfiguration()
Gets the Global Configuration.
|
GroupImplementationCfgClient |
RootCfgClient.getGroupImplementation(String name)
Gets the named Group Implementation.
|
IdentityMapperCfgClient |
RootCfgClient.getIdentityMapper(String name)
Gets the named Identity Mapper.
|
KeyManagerProviderCfgClient |
RootCfgClient.getKeyManagerProvider(String name)
Gets the named Key Manager Provider.
|
LogPublisherCfgClient |
RootCfgClient.getLogPublisher(String name)
Gets the named Log Publisher.
|
LogRetentionPolicyCfgClient |
RootCfgClient.getLogRetentionPolicy(String name)
Gets the named Log Retention Policy.
|
LogRotationPolicyCfgClient |
RootCfgClient.getLogRotationPolicy(String name)
Gets the named Log Rotation Policy.
|
MatchingRuleCfgClient |
RootCfgClient.getMatchingRule(String name)
Gets the named Matching Rule.
|
MonitorProviderCfgClient |
RootCfgClient.getMonitorProvider(String name)
Gets the named Monitor Provider.
|
PasswordGeneratorCfgClient |
RootCfgClient.getPasswordGenerator(String name)
Gets the named Password Generator.
|
AuthenticationPolicyCfgClient |
RootCfgClient.getPasswordPolicy(String name)
Gets the named Password Policy.
|
PasswordStorageSchemeCfgClient |
RootCfgClient.getPasswordStorageScheme(String name)
Gets the named Password Storage Scheme.
|
PasswordValidatorCfgClient |
RootCfgClient.getPasswordValidator(String name)
Gets the named Password Validator.
|
PluginCfgClient |
PluginRootCfgClient.getPlugin(String name)
Gets the named Plugin.
|
PluginRootCfgClient |
RootCfgClient.getPluginRoot()
Gets the Plugin Root.
|
ReplicationDomainCfgClient |
ReplicationSynchronizationProviderCfgClient.getReplicationDomain(String name)
Gets the named Replication Domain.
|
ReplicationServerCfgClient |
ReplicationSynchronizationProviderCfgClient.getReplicationServer()
Gets the Replication Server if it is present.
|
RootDNCfgClient |
RootCfgClient.getRootDN()
Gets the Root DN.
|
RootDNUserCfgClient |
RootDNCfgClient.getRootDNUser(String name)
Gets the named Root DN User.
|
RootDSEBackendCfgClient |
RootCfgClient.getRootDSEBackend()
Gets the Root DSE Backend.
|
SASLMechanismHandlerCfgClient |
RootCfgClient.getSASLMechanismHandler(String name)
Gets the named SASL Mechanism Handler.
|
SchemaProviderCfgClient |
RootCfgClient.getSchemaProvider(String name)
Gets the named Schema Provider.
|
SynchronizationProviderCfgClient |
RootCfgClient.getSynchronizationProvider(String name)
Gets the named Synchronization Provider.
|
TrustManagerProviderCfgClient |
RootCfgClient.getTrustManagerProvider(String name)
Gets the named Trust Manager Provider.
|
VirtualAttributeCfgClient |
RootCfgClient.getVirtualAttribute(String name)
Gets the named Virtual Attribute.
|
WorkQueueCfgClient |
RootCfgClient.getWorkQueue()
Gets the Work Queue.
|
boolean |
ReplicationSynchronizationProviderCfgClient.hasReplicationServer()
Determines whether or not the Replication Server exists.
|
String[] |
AccessLogPublisherCfgClient.listAccessLogFilteringCriteria()
Lists the Access Log Filtering Criteria.
|
String[] |
RootCfgClient.listAccountStatusNotificationHandlers()
Lists the Account Status Notification Handlers.
|
String[] |
RootCfgClient.listAlertHandlers()
Lists the Alert Handlers.
|
String[] |
RootCfgClient.listAttributeSyntaxes()
Lists the Attribute Syntaxes.
|
String[] |
PluggableBackendCfgClient.listBackendIndexes()
Lists the Backend Indexes.
|
String[] |
RootCfgClient.listBackends()
Lists the Backends.
|
String[] |
PluggableBackendCfgClient.listBackendVLVIndexes()
Lists the Backend VLV Indexes.
|
String[] |
RootCfgClient.listCertificateMappers()
Lists the Certificate Mappers.
|
String[] |
RootCfgClient.listConnectionHandlers()
Lists the Connection Handlers.
|
String[] |
DebugLogPublisherCfgClient.listDebugTargets()
Lists the Debug Targets.
|
String[] |
RootCfgClient.listEntryCaches()
Lists the Entry Caches.
|
String[] |
RootCfgClient.listExtendedOperationHandlers()
Lists the Extended Operation Handlers.
|
String[] |
RootCfgClient.listGroupImplementations()
Lists the Group Implementations.
|
String[] |
RootCfgClient.listIdentityMappers()
Lists the Identity Mappers.
|
String[] |
RootCfgClient.listKeyManagerProviders()
Lists the Key Manager Providers.
|
String[] |
RootCfgClient.listLogPublishers()
Lists the Log Publishers.
|
String[] |
RootCfgClient.listLogRetentionPolicies()
Lists the Log Retention Policies.
|
String[] |
RootCfgClient.listLogRotationPolicies()
Lists the Log Rotation Policies.
|
String[] |
RootCfgClient.listMatchingRules()
Lists the Matching Rules.
|
String[] |
RootCfgClient.listMonitorProviders()
Lists the Monitor Providers.
|
String[] |
RootCfgClient.listPasswordGenerators()
Lists the Password Generators.
|
String[] |
RootCfgClient.listPasswordPolicies()
Lists the Password Policies.
|
String[] |
RootCfgClient.listPasswordStorageSchemes()
Lists the Password Storage Schemes.
|
String[] |
RootCfgClient.listPasswordValidators()
Lists the Password Validators.
|
String[] |
PluginRootCfgClient.listPlugins()
Lists the Plugins.
|
String[] |
ReplicationSynchronizationProviderCfgClient.listReplicationDomains()
Lists the Replication Domains.
|
String[] |
RootDNCfgClient.listRootDNUsers()
Lists the Root DN Users.
|
String[] |
RootCfgClient.listSASLMechanismHandlers()
Lists the SASL Mechanism Handlers.
|
String[] |
RootCfgClient.listSchemaProviders()
Lists the Schema Providers.
|
String[] |
RootCfgClient.listSynchronizationProviders()
Lists the Synchronization Providers.
|
String[] |
RootCfgClient.listTrustManagerProviders()
Lists the Trust Manager Providers.
|
String[] |
RootCfgClient.listVirtualAttributes()
Lists the Virtual Attributes.
|
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.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-2016 ForgeRock AS. All Rights Reserved.