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 ConfigChangeResultConfigurationAddListener. applyConfigurationAdd(T configuration)Adds a new configuration to this add listener.ConfigChangeResultServerManagedObjectAddListener. applyConfigurationAdd(ServerManagedObject<? extends T> mo)Adds a new server managed object to this add listener.ConfigChangeResultConfigurationChangeListener. applyConfigurationChange(T configuration)Applies the configuration changes to this change listener.ConfigChangeResultServerManagedObjectChangeListener. applyConfigurationChange(ServerManagedObject<? extends T> mo)Applies the server managed object changes to this change listener.ConfigChangeResultConfigurationDeleteListener. applyConfigurationDelete(T configuration)Deletes an existing configuration from this delete listener.ConfigChangeResultServerManagedObjectDeleteListener. 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 voidConfigChangeResult. 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 ConfigChangeResultConfigAddListener. applyConfigurationAdd(Entry configEntry)Attempts to apply a new configuration based on the provided added entry.ConfigChangeResultConfigChangeListener. applyConfigurationChange(Entry configEntry)Attempts to apply a new configuration to this Directory Server component based on the provided changed entry.ConfigChangeResultConfigDeleteListener. 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 ConfigChangeResultCertificateMapper. applyConfigurationChange(T configuration)protected abstract ConfigChangeResultCertificateMapper. 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 ConfigChangeResultLDIFBackend. applyConfigurationChange(LdifBackendCfg configuration)ConfigChangeResultMonitorBackend. applyConfigurationChange(MonitorBackendCfg backendCfg)ConfigChangeResultProxyBackend. applyConfigurationChange(ProxyBackendCfg newConfig)ConfigChangeResultRootDSEBackend. applyConfigurationChange(RootDseBackendCfg cfg)ConfigChangeResultSchemaBackend. 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 ConfigChangeResultJEStorage. 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 ConfigChangeResultBackendImpl. applyConfigurationChange(PluggableBackendCfg newCfg)ConfigChangeResultEntryContainer. applyConfigurationChange(PluggableBackendCfg cfg)ConfigChangeResultRootContainer. 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 voidStorageUtils. addErrorMessage(ConfigChangeResult ccr, LocalizableMessage message)Adds the provided message to the provided config change result.static voidStorageUtils. checkDBDirExistsOrCanCreate(Path backendDir, ConfigChangeResult ccr, boolean cleanup)Checks a directory exists or can actually be created.static voidStorageUtils. checkDBDirPermissions(String dbDirPermissions, Dn configDN, ConfigChangeResult ccr)Returns false if directory permissions in the configuration are invalid.static voidStorageUtils. 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 ConfigChangeResultTaskBackend. 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 ConfigChangeResultAdministrationConnector. 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 ConfigChangeResultCryptoManager. 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 ConfigChangeResultServiceDiscoveryMechanismConfigManager. applyConfigurationAdd(ServiceDiscoveryMechanismCfg configuration)ConfigChangeResultReplicationServiceDiscoveryMechanism. applyConfigurationChange(ReplicationServiceDiscoveryMechanismCfg configuration)ConfigChangeResultStaticServiceDiscoveryMechanism. applyConfigurationChange(StaticServiceDiscoveryMechanismCfg configuration)ConfigChangeResultServiceDiscoveryMechanismConfigManager. 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 voidIndexedAttributesChecks. checkAllAttributesAreIndexedForEquality(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, LocalizableMessageDescriptor.Arg3<Object,Object,Object> notIndexedMsg, ConfigChangeResult ccr)Checks whether all the attribute types are indexed for equality.static voidIndexedAttributesChecks. checkAllAttributesAreIndexedForExtensibleMatchingRule(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, MatchingRule matchingRule, LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> notIndexedMsg, ConfigChangeResult ccr)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 ConfigChangeResultLDIFConnectionHandler. 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 ConfigChangeResultHTTPConnectionHandler. 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 ConfigChangeResultJmxConnectionHandler. 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 ConfigChangeResultLDAPConnectionHandler. 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 ConfigChangeResultMultimasterReplication. applyConfigurationAdd(ReplicationDomainCfg configuration)ConfigChangeResultFractionalLDIFImportPlugin. applyConfigurationChange(FractionalLdifImportPluginCfg configuration)ConfigChangeResultLDAPReplicationDomain. applyConfigurationChange(ReplicationDomainCfg configuration)ConfigChangeResultMultimasterReplication. applyConfigurationChange(ReplicationSynchronizationProviderCfg configuration)ConfigChangeResultMultimasterReplication. 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 ConfigChangeResultReplicationServer. 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 ConfigChangeResultSchemaHandler. applyConfigurationAdd(SchemaProviderCfg config)ConfigChangeResultCoreSchemaProvider. applyConfigurationChange(CoreSchemaCfg configuration)ConfigChangeResultJsonEqualityMatchingRuleProvider. applyConfigurationChange(JsonEqualityMatchingRuleCfg configuration)ConfigChangeResultJsonOrderingMatchingRuleProvider. applyConfigurationChange(JsonOrderingMatchingRuleCfg configuration)ConfigChangeResultJsonQueryEqualityMatchingRuleProvider. applyConfigurationChange(JsonQueryEqualityMatchingRuleCfg configuration)ConfigChangeResultSchemaHandler. 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 ConfigChangeResultSNMPConnectionHandler. applyConfigurationChange(SnmpConnectionHandlerCfg configuration)
-