Uses of Class
org.forgerock.opendj.config.ManagedObjectNotFoundException
Package
Description
Common client-side administration classes.
Client side driver implementation interfaces.
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
-
Uses of ManagedObjectNotFoundException in org.forgerock.opendj.config.client
Modifier and TypeMethodDescriptionfinal <C extends ConfigurationClient,
S extends Configuration>
booleanDriverBasedManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, String name) final <C extends ConfigurationClient,
S extends Configuration>
booleanDriverBasedManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, OptionalRelationDefinition<C, S> rd) final <C extends ConfigurationClient,
S extends Configuration>
booleanDriverBasedManagementContext.deleteManagedObject
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, String name) <C extends ConfigurationClient,
S extends Configuration>
booleanManagementContext.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>
booleanManagementContext.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>
booleanManagementContext.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>
ManagedObject<? extends C>ManagedObject.getChild
(InstantiableRelationDefinition<C, S> r, String name) Retrieves an instantiable child managed object.<C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagedObject.getChild
(OptionalRelationDefinition<C, S> r) Retrieves an optional child managed object.<C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagedObject.getChild
(SetRelationDefinition<C, S> r, String name) Retrieves a set child managed object.<C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagedObject.getChild
(SingletonRelationDefinition<C, S> r) Retrieves a singleton child managed object.final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>DriverBasedManagementContext.getManagedObject
(ManagedObjectPath<C, S> path) <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>ManagementContext.getManagedObject
(ManagedObjectPath<C, S> path) Gets the named managed object.final <P> ValueOrExpression<P>
DriverBasedManagementContext.getPropertyValue
(ManagedObjectPath<?, ?> path, PropertyDefinition<P> pd) <P> ValueOrExpression<P>
ManagementContext.getPropertyValue
(ManagedObjectPath<?, ?> path, PropertyDefinition<P> pd) Gets the effective value of a property in the named managed object.final <P> SortedSet<ValueOrExpression<P>>
DriverBasedManagementContext.getPropertyValues
(ManagedObjectPath<?, ?> path, PropertyDefinition<P> pd) <P> SortedSet<ValueOrExpression<P>>
ManagementContext.getPropertyValues
(ManagedObjectPath<?, ?> path, PropertyDefinition<P> pd) Gets the effective values of a property in the named managed object.final <C extends ConfigurationClient,
S extends Configuration>
String[]DriverBasedManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd) final <C extends ConfigurationClient,
S extends Configuration>
String[]DriverBasedManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) final <C extends ConfigurationClient,
S extends Configuration>
String[]DriverBasedManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd) <C extends ConfigurationClient,
S extends Configuration>
String[]ManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd) Lists the child managed objects of the named parent managed object.<C extends ConfigurationClient,
S extends Configuration>
String[]ManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.<C extends ConfigurationClient,
S extends Configuration>
String[]ManagementContext.listManagedObjects
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd) Lists the child managed objects of the named parent managed object.final boolean
DriverBasedManagementContext.managedObjectExists
(ManagedObjectPath<?, ?> path) boolean
ManagementContext.managedObjectExists
(ManagedObjectPath<?, ?> path) Determines whether the named managed object exists.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObject.removeChild
(InstantiableRelationDefinition<C, S> r, String name) Removes the named instantiable child managed object.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObject.removeChild
(OptionalRelationDefinition<C, S> r) Removes an optional child managed object.<C extends ConfigurationClient,
S extends Configuration>
voidManagedObject.removeChild
(SetRelationDefinition<C, S> r, String name) Removes s set child managed object. -
Uses of ManagedObjectNotFoundException in org.forgerock.opendj.config.client.spi
Modifier and TypeMethodDescriptionfinal <C extends ConfigurationClient,
S extends Configuration>
booleanDriver.deleteManagedObject
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, String name) Deletes the named instantiable child managed object from the named parent managed object.final <C extends ConfigurationClient,
S extends Configuration>
booleanDriver.deleteManagedObject
(ManagedObjectPath<?, ?> parent, OptionalRelationDefinition<C, S> rd) Deletes the optional child managed object from the named parent managed object.final <C extends ConfigurationClient,
S extends Configuration>
booleanDriver.deleteManagedObject
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, String name) Deletes the named instantiable child managed object from the named parent managed object.final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(InstantiableRelationDefinition<C, S> r, String name) final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(OptionalRelationDefinition<C, S> r) final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(SetRelationDefinition<C, S> r, String name) final <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>AbstractManagedObject.getChild
(SingletonRelationDefinition<C, S> r) abstract <C extends ConfigurationClient,
S extends Configuration>
ManagedObject<? extends C>Driver.getManagedObject
(ManagedObjectPath<C, S> path) Gets the named managed object.abstract <C extends ConfigurationClient,
S extends Configuration, P>
SortedSet<ValueOrExpression<P>>Driver.getPropertyValues
(ManagedObjectPath<C, S> path, PropertyDefinition<P> pd) Gets the effective values of a property in the named managed object.abstract <C extends ConfigurationClient,
S extends Configuration>
String[]Driver.listManagedObjects
(ManagedObjectPath<?, ?> parent, InstantiableRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.abstract <C extends ConfigurationClient,
S extends Configuration>
String[]Driver.listManagedObjects
(ManagedObjectPath<?, ?> parent, SetRelationDefinition<C, S> rd, AbstractManagedObjectDefinition<? extends C, ? extends S> d) Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.abstract boolean
Driver.managedObjectExists
(ManagedObjectPath<?, ?> path) Determines whether the named managed object exists.final <C extends ConfigurationClient,
S extends Configuration>
voidAbstractManagedObject.removeChild
(InstantiableRelationDefinition<C, S> r, String name) final <C extends ConfigurationClient,
S extends Configuration>
voidAbstractManagedObject.removeChild
(OptionalRelationDefinition<C, S> r) final <C extends ConfigurationClient,
S extends Configuration>
voidAbstractManagedObject.removeChild
(SetRelationDefinition<C, S> r, String name) -
Uses of ManagedObjectNotFoundException in org.forgerock.opendj.server.config.client
Modifier and TypeMethodDescriptionRootCfgClient.getAccessControlHandler()
Gets the Access Control Handler if it is present.AccessLogPublisherCfgClient.getAccessLogFilteringCriteria
(String name) Gets the named Access Log Filtering Criteria.RootCfgClient.getAccountStatusNotificationHandler
(String name) Gets the named Account Status Notification Handler.RootCfgClient.getAdministrationConnector()
Gets the Administration Connector.RootCfgClient.getAlertHandler
(String name) Gets the named Alert Handler.RootCfgClient.getBackend
(String name) Gets the named Backend.PluggableBackendCfgClient.getBackendIndex
(String name) Gets the named Backend Index.PluggableBackendCfgClient.getBackendVlvIndex
(String name) Gets the named Backend Vlv Index.RootCfgClient.getCertificateMapper
(String name) Gets the named Certificate Mapper.RootCfgClient.getConnectionHandler
(String name) Gets the named Connection Handler.RootCfgClient.getCryptoManager()
Gets the Crypto Manager.RootCfgClient.getEntryCache
(String name) Gets the named Entry Cache.RootCfgClient.getExtendedOperationHandler
(String name) Gets the named Extended Operation Handler.PolicyBasedAccessControlHandlerCfgClient.getGlobalAccessControlPolicy
(String name) Gets the named Global Access Control Policy.RootCfgClient.getGlobalConfiguration()
Gets the Global Configuration.RootCfgClient.getHttpAuthorizationMechanism
(String name) Gets the named Http Authorization Mechanism.RootCfgClient.getHttpEndpoint
(String name) Gets the named Http Endpoint.RootCfgClient.getIdentityMapper
(String name) Gets the named Identity Mapper.RootCfgClient.getKeyManagerProvider
(String name) Gets the named Key Manager Provider.RootCfgClient.getLogPublisher
(String name) Gets the named Log Publisher.RootCfgClient.getLogRetentionPolicy
(String name) Gets the named Log Retention Policy.RootCfgClient.getLogRotationPolicy
(String name) Gets the named Log Rotation Policy.RootCfgClient.getMailServer
(String name) Gets the named Mail Server.RootCfgClient.getPasswordGenerator
(String name) Gets the named Password Generator.RootCfgClient.getPasswordPolicy
(String name) Gets the named Password Policy.RootCfgClient.getPasswordStorageScheme
(String name) Gets the named Password Storage Scheme.RootCfgClient.getPasswordValidator
(String name) Gets the named Password Validator.Gets the named Plugin.RootCfgClient.getPluginRoot()
Gets the Plugin Root.ReplicationSynchronizationProviderCfgClient.getReplicationDomain
(String name) Gets the named Replication Domain.ReplicationSynchronizationProviderCfgClient.getReplicationServer()
Gets the Replication Server if it is present.RootCfgClient.getRootDseBackend()
Gets the Root Dse Backend.RootCfgClient.getSaslMechanismHandler
(String name) Gets the named Sasl Mechanism Handler.RootCfgClient.getSchemaProvider
(String name) Gets the named Schema Provider.RootCfgClient.getServiceDiscoveryMechanism
(String name) Gets the named Service Discovery Mechanism.RootCfgClient.getSynchronizationProvider
(String name) Gets the named Synchronization Provider.RootCfgClient.getTrustManagerProvider
(String name) Gets the named Trust Manager Provider.RootCfgClient.getVirtualAttribute
(String name) Gets the named Virtual Attribute.RootCfgClient.getWorkQueue()
Gets the Work Queue.void
RootCfgClient.removeAccessControlHandler()
Removes the Access Control Handler if it exists.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.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
RootCfgClient.removeEntryCache
(String name) Removes the named Entry Cache.void
RootCfgClient.removeExtendedOperationHandler
(String name) Removes the named Extended Operation Handler.void
PolicyBasedAccessControlHandlerCfgClient.removeGlobalAccessControlPolicy
(String name) Removes the named Global Access Control Policy.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.removeMailServer
(String name) Removes the named Mail Server.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
RootCfgClient.removeSaslMechanismHandler
(String name) Removes the named Sasl Mechanism Handler.void
RootCfgClient.removeSchemaProvider
(String name) Removes the named Schema Provider.void
RootCfgClient.removeServiceDiscoveryMechanism
(String name) Removes the named Service Discovery Mechanism.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.