Uses of Class
org.forgerock.opendj.config.server.ConfigChangeResult
Package
Description
Server-side administration interface.
Contains a number of API declarations for use throughout the
Directory Server.
Contains a number of API declarations for use throughout the Directory Server.
Contains various Directory Server backend implementations.
Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for
storing entry and index information.
Contains the code for implementing Directory Server pluggable storage backends.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Contains code used to interact with the Directory Server configuration.
Contains various classes that comprise the core of the Directory Server codebase.
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
Contains the Service Discovery Mechanisms and APIs.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
Contains implementations of Directory Server access, error, and debug loggers.
Contains the implementation for various Directory Server plugins.
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the code for the Replication Server part of the Multimaster replication feature.
Contains implementations of various Directory Server schema elements.
-
Uses of ConfigChangeResult in org.forgerock.opendj.config.server
Modifier and TypeMethodDescriptionConfigurationAddListener.applyConfigurationAdd
(T configuration) Adds a new configuration to this add listener.ServerManagedObjectAddListener.applyConfigurationAdd
(ServerManagedObject<? extends T> mo) Adds a new server managed object to this add listener.ConfigurationChangeListener.applyConfigurationChange
(T configuration) Applies the configuration changes to this change listener.ServerManagedObjectChangeListener.applyConfigurationChange
(ServerManagedObject<? extends T> mo) Applies the server managed object changes to this change listener.ConfigurationDeleteListener.applyConfigurationDelete
(T configuration) Deletes an existing configuration from this delete listener.ServerManagedObjectDeleteListener.applyConfigurationDelete
(ServerManagedObject<? extends T> mo) Deletes an existing server managed object from this delete listener.Modifier and TypeMethodDescriptionvoid
ConfigChangeResult.aggregate
(ConfigChangeResult other) Aggregates the results from the provided config change result. -
Uses of ConfigChangeResult in org.forgerock.opendj.config.server.spi
Modifier and TypeMethodDescriptionConfigAddListener.applyConfigurationAdd
(Entry configEntry) Attempts to apply a new configuration based on the provided added entry.ConfigChangeListener.applyConfigurationChange
(Entry configEntry) Attempts to apply a new configuration to this Directory Server component based on the provided changed entry.ConfigDeleteListener.applyConfigurationDelete
(Entry configEntry) Attempts to apply a new configuration based on the provided deleted entry. -
Uses of ConfigChangeResult in org.opends.server.api
Modifier and TypeMethodDescriptionCertificateMapper.applyConfigurationChange
(T configuration) protected abstract ConfigChangeResult
CertificateMapper.applyConfigurationChange0
(T configuration) Implements certificate mapper specific actions when updating the configuration. -
Uses of ConfigChangeResult in org.opends.server.backends
Modifier and TypeMethodDescriptionLDIFBackend.applyConfigurationChange
(LdifBackendCfg configuration) MonitorBackend.applyConfigurationChange
(MonitorBackendCfg backendCfg) ProxyBackend.applyConfigurationChange
(ProxyBackendCfg newConfig) RootDSEBackend.applyConfigurationChange
(RootDseBackendCfg cfg) SchemaBackend.applyConfigurationChange
(SchemaBackendCfg backendCfg) -
Uses of ConfigChangeResult in org.opends.server.backends.jeb
-
Uses of ConfigChangeResult in org.opends.server.backends.pluggable
Modifier and TypeMethodDescriptionBackendImpl.applyConfigurationChange
(PluggableBackendCfg newCfg) EntryContainer.applyConfigurationChange
(PluggableBackendCfg cfg) RootContainer.applyConfigurationChange
(PluggableBackendCfg configuration) -
Uses of ConfigChangeResult in org.opends.server.backends.pluggable.spi
Modifier and TypeMethodDescriptionstatic void
StorageUtils.addErrorMessage
(ConfigChangeResult ccr, LocalizableMessage message) Adds the provided message to the provided config change result.static void
StorageUtils.checkDBDirExistsOrCanCreate
(Path backendDir, ConfigChangeResult ccr, boolean cleanup) Checks a directory exists or can actually be created.static void
StorageUtils.checkDBDirPermissions
(String dbDirPermissions, Dn configDN, ConfigChangeResult ccr) Returns false if directory permissions in the configuration are invalid.static void
StorageUtils.setDBDirPermissions
(Path backendDir, String dbDirPermissions, Dn configDN, ConfigChangeResult ccr) Sets files permissions on the backend directory. -
Uses of ConfigChangeResult in org.opends.server.backends.task
Modifier and TypeMethodDescriptionTaskBackend.applyConfigurationChange
(TaskBackendCfg configEntry) -
Uses of ConfigChangeResult in org.opends.server.config
Modifier and TypeMethodDescriptionAdministrationConnector.applyConfigurationChange
(AdministrationConnectorCfg configuration) -
Uses of ConfigChangeResult in org.opends.server.core
Modifier and TypeMethodDescriptionAccessControlConfigManager.applyConfigurationAdd
(AccessControlHandlerCfg configuration) AccountStatusNotificationHandlerConfigManager.applyConfigurationAdd
(AccountStatusNotificationHandlerCfg cfg) AlertHandlerConfigManager.applyConfigurationAdd
(AlertHandlerCfg configuration) BackendConfigManager.applyConfigurationAdd
(BackendCfg cfg) CertificateMapperConfigManager.applyConfigurationAdd
(CertificateMapperCfg configuration) ConnectionHandlerConfigManager.applyConfigurationAdd
(ConnectionHandlerCfg cfg) EntryCacheConfigManager.applyConfigurationAdd
(EntryCacheCfg cfg) ExtendedOperationConfigManager.applyConfigurationAdd
(ExtendedOperationHandlerCfg configuration) HttpEndpointConfigManager.applyConfigurationAdd
(HttpEndpointCfg configuration) IdentityMapperConfigManager.applyConfigurationAdd
(IdentityMapperCfg configuration) KeyManagerProviderConfigManager.applyConfigurationAdd
(KeyManagerProviderCfg configuration) LoggerConfigManager.applyConfigurationAdd
(LogPublisherCfg config) LogRetentionPolicyConfigManager.applyConfigurationAdd
(LogRetentionPolicyCfg config) LogRotationPolicyConfigManager.applyConfigurationAdd
(LogRotationPolicyCfg config) PasswordGeneratorConfigManager.applyConfigurationAdd
(PasswordGeneratorCfg configuration) PasswordStorageSchemeConfigManager.applyConfigurationAdd
(PasswordStorageSchemeCfg configuration) PasswordValidatorConfigManager.applyConfigurationAdd
(PasswordValidatorCfg configuration) PluginConfigManager.applyConfigurationAdd
(PluginCfg configuration) SASLConfigManager.applyConfigurationAdd
(SaslMechanismHandlerCfg configuration) SynchronizationProviderConfigManager.applyConfigurationAdd
(SynchronizationProviderCfg cfg) TrustManagerProviderConfigManager.applyConfigurationAdd
(TrustManagerProviderCfg configuration) VirtualAttributeConfigManager.applyConfigurationAdd
(VirtualAttributeCfg configuration) AccessControlConfigManager.applyConfigurationChange
(AccessControlHandlerCfg configuration) AccountStatusNotificationHandlerConfigManager.applyConfigurationChange
(AccountStatusNotificationHandlerCfg configuration) AlertHandlerConfigManager.applyConfigurationChange
(AlertHandlerCfg configuration) BackendConfigManager.applyConfigurationChange
(BackendCfg cfg) CertificateMapperConfigManager.applyConfigurationChange
(CertificateMapperCfg configuration) ConnectionHandlerConfigManager.applyConfigurationChange
(ConnectionHandlerCfg configuration) CoreConfigManager.applyConfigurationChange
(GlobalCfg configuration) EntryCacheConfigManager.applyConfigurationChange
(EntryCacheCfg cfg) EntryCacheConfigManager.EntryCacheDispatcher.applyConfigurationChange
(EntryCacheCfg configuration) ExtendedOperationConfigManager.applyConfigurationChange
(ExtendedOperationHandlerCfg configuration) HttpEndpointConfigManager.applyConfigurationChange
(HttpEndpointCfg configuration) IdentityMapperConfigManager.applyConfigurationChange
(IdentityMapperCfg configuration) KeyManagerProviderConfigManager.applyConfigurationChange
(KeyManagerProviderCfg configuration) LogRetentionPolicyConfigManager.applyConfigurationChange
(LogRetentionPolicyCfg configuration) LogRotationPolicyConfigManager.applyConfigurationChange
(LogRotationPolicyCfg configuration) PasswordGeneratorConfigManager.applyConfigurationChange
(PasswordGeneratorCfg configuration) PasswordStorageSchemeConfigManager.applyConfigurationChange
(PasswordStorageSchemeCfg configuration) PasswordValidatorConfigManager.applyConfigurationChange
(PasswordValidatorCfg configuration) PluginConfigManager.applyConfigurationChange
(PluginCfg configuration) SASLConfigManager.applyConfigurationChange
(SaslMechanismHandlerCfg configuration) SynchronizationProviderConfigManager.applyConfigurationChange
(SynchronizationProviderCfg cfg) TrustManagerProviderConfigManager.applyConfigurationChange
(TrustManagerProviderCfg configuration) VirtualAttributeConfigManager.applyConfigurationChange
(VirtualAttributeCfg configuration) WorkQueueConfigManager.applyConfigurationChange
(WorkQueueCfg configuration) AccessControlConfigManager.applyConfigurationDelete
(AccessControlHandlerCfg configuration) AccountStatusNotificationHandlerConfigManager.applyConfigurationDelete
(AccountStatusNotificationHandlerCfg configuration) AlertHandlerConfigManager.applyConfigurationDelete
(AlertHandlerCfg configuration) BackendConfigManager.applyConfigurationDelete
(BackendCfg cfg) CertificateMapperConfigManager.applyConfigurationDelete
(CertificateMapperCfg configuration) ConnectionHandlerConfigManager.applyConfigurationDelete
(ConnectionHandlerCfg configuration) EntryCacheConfigManager.applyConfigurationDelete
(EntryCacheCfg configuration) ExtendedOperationConfigManager.applyConfigurationDelete
(ExtendedOperationHandlerCfg configuration) HttpEndpointConfigManager.applyConfigurationDelete
(HttpEndpointCfg configuration) IdentityMapperConfigManager.applyConfigurationDelete
(IdentityMapperCfg configuration) KeyManagerProviderConfigManager.applyConfigurationDelete
(KeyManagerProviderCfg configuration) LoggerConfigManager.applyConfigurationDelete
(LogPublisherCfg config) LogRetentionPolicyConfigManager.applyConfigurationDelete
(LogRetentionPolicyCfg config) LogRotationPolicyConfigManager.applyConfigurationDelete
(LogRotationPolicyCfg config) PasswordGeneratorConfigManager.applyConfigurationDelete
(PasswordGeneratorCfg configuration) PasswordStorageSchemeConfigManager.applyConfigurationDelete
(PasswordStorageSchemeCfg configuration) PasswordValidatorConfigManager.applyConfigurationDelete
(PasswordValidatorCfg configuration) PluginConfigManager.applyConfigurationDelete
(PluginCfg configuration) SASLConfigManager.applyConfigurationDelete
(SaslMechanismHandlerCfg configuration) SynchronizationProviderConfigManager.applyConfigurationDelete
(SynchronizationProviderCfg configuration) TrustManagerProviderConfigManager.applyConfigurationDelete
(TrustManagerProviderCfg configuration) VirtualAttributeConfigManager.applyConfigurationDelete
(VirtualAttributeCfg configuration) -
Uses of ConfigChangeResult in org.opends.server.crypto
-
Uses of ConfigChangeResult in org.opends.server.discovery
Modifier and TypeMethodDescriptionServiceDiscoveryMechanismConfigManager.applyConfigurationAdd
(ServiceDiscoveryMechanismCfg configuration) ReplicationServiceDiscoveryMechanism.applyConfigurationChange
(ReplicationServiceDiscoveryMechanismCfg configuration) StaticServiceDiscoveryMechanism.applyConfigurationChange
(StaticServiceDiscoveryMechanismCfg configuration) ServiceDiscoveryMechanismConfigManager.applyConfigurationDelete
(ServiceDiscoveryMechanismCfg configuration) -
Uses of ConfigChangeResult in org.opends.server.extensions
Modifier and TypeMethodDescriptionAdminDataTrustManagerProvider.applyConfigurationChange
(AdminDataTrustManagerProviderCfg cfg) Argon2PasswordStorageScheme.applyConfigurationChange
(Argon2PasswordStorageSchemeCfg configuration) AttributeValuePasswordValidator.applyConfigurationChange
(AttributeValuePasswordValidatorCfg configuration) BcryptPasswordStorageScheme.applyConfigurationChange
(BcryptPasswordStorageSchemeCfg configuration) CharacterSetPasswordValidator.applyConfigurationChange
(CharacterSetPasswordValidatorCfg configuration) CRAMMD5SASLMechanismHandler.applyConfigurationChange
(CramMd5SaslMechanismHandlerCfg configuration) CryptPasswordStorageScheme.applyConfigurationChange
(CryptPasswordStorageSchemeCfg configuration) DictionaryPasswordValidator.applyConfigurationChange
(DictionaryPasswordValidatorCfg configuration) DigestMD5SASLMechanismHandler.applyConfigurationChange
(DigestMd5SaslMechanismHandlerCfg configuration) EntityTagVirtualAttributeProvider.applyConfigurationChange
(EntityTagVirtualAttributeCfg configuration) ErrorLogAccountStatusNotificationHandler.applyConfigurationChange
(ErrorLogAccountStatusNotificationHandlerCfg configuration) ExactMatchIdentityMapper.applyConfigurationChange
(ExactMatchIdentityMapperCfg configuration) ExternalSASLMechanismHandler.applyConfigurationChange
(ExternalSaslMechanismHandlerCfg configuration) FIFOEntryCache.applyConfigurationChange
(FifoEntryCacheCfg configuration) FileBasedKeyManagerProvider.applyConfigurationChange
(FileBasedKeyManagerProviderCfg cfg) FileBasedTrustManagerProvider.applyConfigurationChange
(FileBasedTrustManagerProviderCfg cfg) GSSAPISASLMechanismHandler.applyConfigurationChange
(GssapiSaslMechanismHandlerCfg newConfiguration) JMXAlertHandler.applyConfigurationChange
(JmxAlertHandlerCfg configuration) LDAPKeyManagerProvider.applyConfigurationChange
(LdapKeyManagerProviderCfg cfg) LDAPTrustManagerProvider.applyConfigurationChange
(LdapTrustManagerProviderCfg cfg) LengthBasedPasswordValidator.applyConfigurationChange
(LengthBasedPasswordValidatorCfg configuration) MemberVirtualAttributeProvider.applyConfigurationChange
(MemberVirtualAttributeCfg configuration) PasswordModifyExtendedOperation.applyConfigurationChange
(PasswordModifyExtendedOperationHandlerCfg config) PemKeyManagerProvider.applyConfigurationChange
(PemKeyManagerProviderCfg configuration) PemTrustManagerProvider.applyConfigurationChange
(PemTrustManagerProviderCfg configuration) PKCS11KeyManagerProvider.applyConfigurationChange
(Pkcs11KeyManagerProviderCfg configuration) Pkcs11TrustManagerProvider.applyConfigurationChange
(Pkcs11TrustManagerProviderCfg configuration) PlainSASLMechanismHandler.applyConfigurationChange
(PlainSaslMechanismHandlerCfg configuration) RandomPasswordGenerator.applyConfigurationChange
(RandomPasswordGeneratorCfg configuration) RegularExpressionIdentityMapper.applyConfigurationChange
(RegularExpressionIdentityMapperCfg configuration) RepeatedCharactersPasswordValidator.applyConfigurationChange
(RepeatedCharactersPasswordValidatorCfg configuration) SimilarityBasedPasswordValidator.applyConfigurationChange
(SimilarityBasedPasswordValidatorCfg configuration) SMTPAccountStatusNotificationHandler.applyConfigurationChange
(SmtpAccountStatusNotificationHandlerCfg configuration) SMTPAlertHandler.applyConfigurationChange
(SmtpAlertHandlerCfg configuration) SoftReferenceEntryCache.applyConfigurationChange
(SoftReferenceEntryCacheCfg configuration) TraditionalWorkQueue.applyConfigurationChange
(TraditionalWorkQueueCfg configuration) UniqueCharactersPasswordValidator.applyConfigurationChange
(UniqueCharactersPasswordValidatorCfg configuration) UserDefinedVirtualAttributeProvider.applyConfigurationChange
(UserDefinedVirtualAttributeCfg configuration) UserTemplateVirtualAttributeProvider.applyConfigurationChange
(UserTemplateVirtualAttributeCfg configuration) protected ConfigChangeResult
FingerprintCertificateMapper.applyConfigurationChange0
(FingerprintCertificateMapperCfg configuration) protected ConfigChangeResult
SubjectAttributeToUserAttributeCertificateMapper.applyConfigurationChange0
(SubjectAttributeToUserAttributeCertificateMapperCfg configuration) protected ConfigChangeResult
SubjectDNToUserAttributeCertificateMapper.applyConfigurationChange0
(SubjectDnToUserAttributeCertificateMapperCfg configuration) protected ConfigChangeResult
SubjectEqualsDNCertificateMapper.applyConfigurationChange0
(SubjectEqualsDnCertificateMapperCfg configuration) Modifier and TypeMethodDescriptionstatic void
IndexedAttributesChecks.checkAllAttributesAreIndexedForEquality
(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, LocalizableMessageDescriptor.Arg3<Object, Object, Object> notIndexedMsg, ConfigChangeResult ccr, BackendConfigManager backendConfigManager) Checks whether all the attribute types are indexed for equality.static void
IndexedAttributesChecks.checkAllAttributesAreIndexedForExtensibleMatchingRule
(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, MatchingRule matchingRule, LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> notIndexedMsg, ConfigChangeResult ccr, BackendConfigManager backendConfigManager) Checks whether all attribute types are indexed for a given matching rule. -
Uses of ConfigChangeResult in org.opends.server.loggers
Modifier and TypeMethodDescriptionAbstractLogger.applyConfigurationAdd
(C config) AbstractLogger.applyConfigurationChange
(C config) ConsoleErrorLogPublisher.applyConfigurationChange
(ConsoleErrorLogPublisherCfg config) FileNumberRetentionPolicy.applyConfigurationChange
(FileCountLogRetentionPolicyCfg config) FixedTimeRotationPolicy.applyConfigurationChange
(FixedTimeLogRotationPolicyCfg config) FreeDiskSpaceRetentionPolicy.applyConfigurationChange
(FreeDiskSpaceLogRetentionPolicyCfg config) SizeBasedRetentionPolicy.applyConfigurationChange
(SizeLimitLogRetentionPolicyCfg config) SizeBasedRotationPolicy.applyConfigurationChange
(SizeLimitLogRotationPolicyCfg config) TextAccessLogPublisher.applyConfigurationChange
(FileBasedAccessLogPublisherCfg config) TextAuditLogPublisher.applyConfigurationChange
(FileBasedAuditLogPublisherCfg config) TextErrorLogPublisher.applyConfigurationChange
(FileBasedErrorLogPublisherCfg config) TextHTTPAccessLogPublisher.applyConfigurationChange
(FileBasedHttpAccessLogPublisherCfg config) TimeLimitRotationPolicy.applyConfigurationChange
(TimeLimitLogRotationPolicyCfg config) AbstractLogger.applyConfigurationDelete
(C config) -
Uses of ConfigChangeResult in org.opends.server.plugins
Modifier and TypeMethodDescriptionAttributeCleanupPlugin.applyConfigurationChange
(AttributeCleanupPluginCfg config) ChangeNumberControlPlugin.applyConfigurationChange
(ChangeNumberControlPluginCfg configuration) EntityTagPlugin.applyConfigurationChange
(EntityTagPluginCfg configuration) EntryUUIDPlugin.applyConfigurationChange
(EntryUuidPluginCfg configuration) GraphiteMonitorReporterPlugin.applyConfigurationChange
(GraphiteMonitorReporterPluginCfg configuration) LastModPlugin.applyConfigurationChange
(LastModPluginCfg configuration) LDAPADListPlugin.applyConfigurationChange
(LdapAttributeDescriptionListPluginCfg configuration) PasswordPolicyImportPlugin.applyConfigurationChange
(PasswordPolicyImportPluginCfg configuration) ReferentialIntegrityPlugin.applyConfigurationChange
(ReferentialIntegrityPluginCfg newConfiguration) SambaPasswordPlugin.applyConfigurationChange
(SambaPasswordPluginCfg newConfig) SevenBitCleanPlugin.applyConfigurationChange
(SevenBitCleanPluginCfg configuration) UniqueAttributePlugin.applyConfigurationChange
(UniqueAttributePluginCfg newConfiguration) -
Uses of ConfigChangeResult in org.opends.server.protocols
Modifier and TypeMethodDescriptionLDIFConnectionHandler.applyConfigurationChange
(LdifConnectionHandlerCfg configuration) -
Uses of ConfigChangeResult in org.opends.server.protocols.http
Modifier and TypeMethodDescriptionHTTPConnectionHandler.applyConfigurationChange
(HttpConnectionHandlerCfg config) -
Uses of ConfigChangeResult in org.opends.server.protocols.jmx
Modifier and TypeMethodDescriptionJmxConnectionHandler.applyConfigurationChange
(JmxConnectionHandlerCfg config) -
Uses of ConfigChangeResult in org.opends.server.protocols.ldap
Modifier and TypeMethodDescriptionLDAPConnectionHandler.applyConfigurationChange
(LdapConnectionHandlerCfg config) -
Uses of ConfigChangeResult in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionMultimasterReplication.applyConfigurationAdd
(ReplicationDomainCfg configuration) FractionalLDIFImportPlugin.applyConfigurationChange
(FractionalLdifImportPluginCfg configuration) LDAPReplicationDomain.applyConfigurationChange
(ReplicationDomainCfg configuration) MultimasterReplication.applyConfigurationChange
(ReplicationSynchronizationProviderCfg configuration) MultimasterReplication.applyConfigurationDelete
(ReplicationDomainCfg configuration) -
Uses of ConfigChangeResult in org.opends.server.replication.server
Modifier and TypeMethodDescriptionReplicationServer.applyConfigurationChange
(ReplicationServerCfg configuration) -
Uses of ConfigChangeResult in org.opends.server.schema
Modifier and TypeMethodDescriptionSchemaHandler.applyConfigurationAdd
(SchemaProviderCfg config) CoreSchemaProvider.applyConfigurationChange
(CoreSchemaCfg configuration) JsonEqualityMatchingRuleProvider.applyConfigurationChange
(JsonEqualityMatchingRuleCfg configuration) JsonOrderingMatchingRuleProvider.applyConfigurationChange
(JsonOrderingMatchingRuleCfg configuration) JsonQueryEqualityMatchingRuleProvider.applyConfigurationChange
(JsonQueryEqualityMatchingRuleCfg configuration) NameAndJsonQueryEqualityMatchingRuleProvider.applyConfigurationChange
(NameAndJsonQueryEqualityMatchingRuleCfg configuration) SchemaHandler.applyConfigurationDelete
(SchemaProviderCfg config)