Uses of Class
org.forgerock.opendj.config.server.ConfigChangeResult
-
Packages that use ConfigChangeResult Package Description org.forgerock.opendj.config.server Server-side administration interface.org.forgerock.opendj.config.server.spi Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.pluggable.spi Interfaces and classes required when implementing new storage engines for the pluggable backend.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.schema Contains implementations of various Directory Server schema elements.org.opends.server.snmp This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring information. -
-
Uses of ConfigChangeResult in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
ConfigurationAddListener. applyConfigurationAdd(T configuration)
Adds a new configuration to this add listener.ConfigChangeResult
ServerManagedObjectAddListener. applyConfigurationAdd(ServerManagedObject<? extends T> mo)
Adds a new server managed object to this add listener.ConfigChangeResult
ConfigurationChangeListener. applyConfigurationChange(T configuration)
Applies the configuration changes to this change listener.ConfigChangeResult
ServerManagedObjectChangeListener. applyConfigurationChange(ServerManagedObject<? extends T> mo)
Applies the server managed object changes to this change listener.ConfigChangeResult
ConfigurationDeleteListener. applyConfigurationDelete(T configuration)
Deletes an existing configuration from this delete listener.ConfigChangeResult
ServerManagedObjectDeleteListener. applyConfigurationDelete(ServerManagedObject<? extends T> mo)
Deletes an existing server managed object from this delete listener.Methods in org.forgerock.opendj.config.server with parameters of type ConfigChangeResult Modifier and Type Method Description void
ConfigChangeResult. aggregate(ConfigChangeResult other)
Aggregates the results from the provided config change result. -
Uses of ConfigChangeResult in org.forgerock.opendj.config.server.spi
Methods in org.forgerock.opendj.config.server.spi that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
ConfigAddListener. applyConfigurationAdd(Entry configEntry)
Attempts to apply a new configuration based on the provided added entry.ConfigChangeResult
ConfigChangeListener. applyConfigurationChange(Entry configEntry)
Attempts to apply a new configuration to this Directory Server component based on the provided changed entry.ConfigChangeResult
ConfigDeleteListener. applyConfigurationDelete(Entry configEntry)
Attempts to apply a new configuration based on the provided deleted entry. -
Uses of ConfigChangeResult in org.opends.server.api
Methods in org.opends.server.api that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
CertificateMapper. 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
Methods in org.opends.server.backends that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
LDIFBackend. applyConfigurationChange(LdifBackendCfg configuration)
ConfigChangeResult
MonitorBackend. applyConfigurationChange(MonitorBackendCfg backendCfg)
ConfigChangeResult
ProxyBackend. applyConfigurationChange(ProxyBackendCfg newConfig)
ConfigChangeResult
RootDSEBackend. applyConfigurationChange(RootDseBackendCfg cfg)
ConfigChangeResult
SchemaBackend. applyConfigurationChange(SchemaBackendCfg backendCfg)
-
Uses of ConfigChangeResult in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
JEStorage. applyConfigurationChange(JeBackendCfg cfg)
-
Uses of ConfigChangeResult in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
BackendImpl. applyConfigurationChange(PluggableBackendCfg newCfg)
ConfigChangeResult
EntryContainer. applyConfigurationChange(PluggableBackendCfg cfg)
ConfigChangeResult
RootContainer. applyConfigurationChange(PluggableBackendCfg configuration)
-
Uses of ConfigChangeResult in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi with parameters of type ConfigChangeResult Modifier and Type Method Description static 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
Methods in org.opends.server.backends.task that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
TaskBackend. applyConfigurationChange(TaskBackendCfg configEntry)
-
Uses of ConfigChangeResult in org.opends.server.config
Methods in org.opends.server.config that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
AdministrationConnector. applyConfigurationChange(AdministrationConnectorCfg configuration)
-
Uses of ConfigChangeResult in org.opends.server.core
-
Uses of ConfigChangeResult in org.opends.server.crypto
Methods in org.opends.server.crypto that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
CryptoManager. applyConfigurationChange(CryptoManagerCfg cfg)
-
Uses of ConfigChangeResult in org.opends.server.discovery
Methods in org.opends.server.discovery that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
ServiceDiscoveryMechanismConfigManager. applyConfigurationAdd(ServiceDiscoveryMechanismCfg configuration)
ConfigChangeResult
ReplicationServiceDiscoveryMechanism. applyConfigurationChange(ReplicationServiceDiscoveryMechanismCfg configuration)
ConfigChangeResult
StaticServiceDiscoveryMechanism. applyConfigurationChange(StaticServiceDiscoveryMechanismCfg configuration)
ConfigChangeResult
ServiceDiscoveryMechanismConfigManager. applyConfigurationDelete(ServiceDiscoveryMechanismCfg configuration)
-
Uses of ConfigChangeResult in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type ConfigChangeResult Modifier and Type Method Description static 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
-
Uses of ConfigChangeResult in org.opends.server.plugins
-
Uses of ConfigChangeResult in org.opends.server.protocols
Methods in org.opends.server.protocols that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
LDIFConnectionHandler. applyConfigurationChange(LdifConnectionHandlerCfg configuration)
-
Uses of ConfigChangeResult in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
HTTPConnectionHandler. applyConfigurationChange(HttpConnectionHandlerCfg config)
-
Uses of ConfigChangeResult in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
JmxConnectionHandler. applyConfigurationChange(JmxConnectionHandlerCfg config)
-
Uses of ConfigChangeResult in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
LDAPConnectionHandler. applyConfigurationChange(LdapConnectionHandlerCfg config)
-
Uses of ConfigChangeResult in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
MultimasterReplication. applyConfigurationAdd(ReplicationDomainCfg configuration)
ConfigChangeResult
FractionalLDIFImportPlugin. applyConfigurationChange(FractionalLdifImportPluginCfg configuration)
ConfigChangeResult
LDAPReplicationDomain. applyConfigurationChange(ReplicationDomainCfg configuration)
ConfigChangeResult
MultimasterReplication. applyConfigurationChange(ReplicationSynchronizationProviderCfg configuration)
ConfigChangeResult
MultimasterReplication. applyConfigurationDelete(ReplicationDomainCfg configuration)
-
Uses of ConfigChangeResult in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
ReplicationServer. applyConfigurationChange(ReplicationServerCfg configuration)
-
Uses of ConfigChangeResult in org.opends.server.schema
Methods in org.opends.server.schema that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
SchemaHandler. applyConfigurationAdd(SchemaProviderCfg config)
ConfigChangeResult
CoreSchemaProvider. applyConfigurationChange(CoreSchemaCfg configuration)
ConfigChangeResult
JsonEqualityMatchingRuleProvider. applyConfigurationChange(JsonEqualityMatchingRuleCfg configuration)
ConfigChangeResult
JsonOrderingMatchingRuleProvider. applyConfigurationChange(JsonOrderingMatchingRuleCfg configuration)
ConfigChangeResult
JsonQueryEqualityMatchingRuleProvider. applyConfigurationChange(JsonQueryEqualityMatchingRuleCfg configuration)
ConfigChangeResult
SchemaHandler. applyConfigurationDelete(SchemaProviderCfg config)
-
Uses of ConfigChangeResult in org.opends.server.snmp
Methods in org.opends.server.snmp that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResult
SNMPConnectionHandler. applyConfigurationChange(SnmpConnectionHandlerCfg configuration)
-