Uses of Class
org.forgerock.opendj.config.client.OperationRejectedException
Packages that use OperationRejectedException
Package
Description
Common administration classes.
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 OperationRejectedException in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that throw OperationRejectedExceptionModifier and TypeMethodDescriptionvoidConfigurationClient.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. -
Uses of OperationRejectedException in org.forgerock.opendj.config.client
Methods in org.forgerock.opendj.config.client that throw OperationRejectedExceptionModifier and TypeMethodDescriptionvoidManagedObject.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.final <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>
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 OperationRejectedException in org.forgerock.opendj.config.client.spi
Methods in org.forgerock.opendj.config.client.spi that throw OperationRejectedExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractManagedObject.addNewManagedObject()Adds this new managed object.final voidAbstractManagedObject.commit()final <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.protected abstract <C extends ConfigurationClient,S extends Configuration>
voidDriver.deleteManagedObject(ManagedObjectPath<C, S> path) Deletes the named managed object.protected abstract voidAbstractManagedObject.modifyExistingManagedObject()Applies changes made to this managed object.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 OperationRejectedException in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that throw OperationRejectedExceptionModifier and TypeMethodDescriptionvoidRootCfgClient.removeAccessControlHandler()Removes the Access Control Handler if it exists.voidAccessLogPublisherCfgClient.removeAccessLogFilteringCriteria(String name) Removes the named Access Log Filtering Criteria.voidRootCfgClient.removeAccountStatusNotificationHandler(String name) Removes the named Account Status Notification Handler.voidRootCfgClient.removeAlertHandler(String name) Removes the named Alert Handler.voidRootCfgClient.removeBackend(String name) Removes the named Backend.voidPluggableBackendCfgClient.removeBackendIndex(String name) Removes the named Backend Index.voidPluggableBackendCfgClient.removeBackendVlvIndex(String name) Removes the named Backend Vlv Index.voidRootCfgClient.removeCertificateMapper(String name) Removes the named Certificate Mapper.voidRootCfgClient.removeConnectionHandler(String name) Removes the named Connection Handler.voidRootCfgClient.removeEntryCache(String name) Removes the named Entry Cache.voidRootCfgClient.removeExtendedOperationHandler(String name) Removes the named Extended Operation Handler.voidPolicyBasedAccessControlHandlerCfgClient.removeGlobalAccessControlPolicy(String name) Removes the named Global Access Control Policy.voidRootCfgClient.removeHttpAuthorizationMechanism(String name) Removes the named Http Authorization Mechanism.voidRootCfgClient.removeHttpEndpoint(String name) Removes the named Http Endpoint.voidRootCfgClient.removeIdentityMapper(String name) Removes the named Identity Mapper.voidRootCfgClient.removeKeyManagerProvider(String name) Removes the named Key Manager Provider.voidRootCfgClient.removeLogPublisher(String name) Removes the named Log Publisher.voidRootCfgClient.removeLogRetentionPolicy(String name) Removes the named Log Retention Policy.voidRootCfgClient.removeLogRotationPolicy(String name) Removes the named Log Rotation Policy.voidRootCfgClient.removeMailServer(String name) Removes the named Mail Server.voidRootCfgClient.removePasswordGenerator(String name) Removes the named Password Generator.voidRootCfgClient.removePasswordPolicy(String name) Removes the named Password Policy.voidRootCfgClient.removePasswordStorageScheme(String name) Removes the named Password Storage Scheme.voidRootCfgClient.removePasswordValidator(String name) Removes the named Password Validator.voidPluginRootCfgClient.removePlugin(String name) Removes the named Plugin.voidReplicationSynchronizationProviderCfgClient.removeReplicationDomain(String name) Removes the named Replication Domain.voidReplicationSynchronizationProviderCfgClient.removeReplicationServer()Removes the Replication Server if it exists.voidRootCfgClient.removeSaslMechanismHandler(String name) Removes the named Sasl Mechanism Handler.voidRootCfgClient.removeSchemaProvider(String name) Removes the named Schema Provider.voidRootCfgClient.removeServiceDiscoveryMechanism(String name) Removes the named Service Discovery Mechanism.voidRootCfgClient.removeSynchronizationProvider(String name) Removes the named Synchronization Provider.voidRootCfgClient.removeTrustManagerProvider(String name) Removes the named Trust Manager Provider.voidRootCfgClient.removeVirtualAttribute(String name) Removes the named Virtual Attribute.