Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
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.schema |
Contains implementations of various Directory Server schema elements.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends MatchingRuleCfgClient,? extends MatchingRuleCfg> |
MatchingRuleCfgClient.definition()
Get the configuration definition associated with this Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
<C extends MatchingRuleCfgClient> |
RootCfgClient.createMatchingRule(ManagedObjectDefinition<C,? extends MatchingRuleCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleCfg |
MatchingRuleCfgDefn.createServerConfiguration(ServerManagedObject<? extends MatchingRuleCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<MatchingRuleCfgClient,MatchingRuleCfg> |
RootCfgDefn.getMatchingRulesRelationDefinition()
Get the "matching-rules" relation definition.
|
Class<MatchingRuleCfg> |
MatchingRuleCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleCfg |
MatchingRuleCfgDefn.createServerConfiguration(ServerManagedObject<? extends MatchingRuleCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollationMatchingRuleCfg
A server-side interface for querying Collation Matching Rule
settings.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleCfg |
RootCfg.getMatchingRule(String name)
Gets the named Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends MatchingRuleCfg> |
MatchingRuleCfg.configurationClass()
Gets the configuration class associated with this Matching Rule.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchingRuleCfg.addChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
Register to be notified when this Matching Rule is changed.
|
void |
RootCfg.addMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener)
Registers to be notified when new Matching Rules are added.
|
void |
RootCfg.addMatchingRuleDeleteListener(ConfigurationDeleteListener<MatchingRuleCfg> listener)
Registers to be notified when existing Matching Rules are deleted.
|
void |
MatchingRuleCfg.removeChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
Deregister an existing Matching Rule configuration change listener.
|
void |
RootCfg.removeMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener)
Deregisters an existing Matching Rule configuration add listener.
|
void |
RootCfg.removeMatchingRuleDeleteListener(ConfigurationDeleteListener<MatchingRuleCfg> listener)
Deregisters an existing Matching Rule configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
MatchingRuleFactory<T extends MatchingRuleCfg>
This class defines the set of methods and structures that must be
implemented by a Directory Server module that implements a matching
rule factory.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
MatchingRuleConfigManager.applyConfigurationAdd(MatchingRuleCfg configuration) |
ConfigChangeResult |
MatchingRuleConfigManager.applyConfigurationChange(MatchingRuleCfg configuration) |
ConfigChangeResult |
MatchingRuleConfigManager.applyConfigurationDelete(MatchingRuleCfg configuration) |
boolean |
MatchingRuleConfigManager.isConfigurationAddAcceptable(MatchingRuleCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
MatchingRuleConfigManager.isConfigurationChangeAcceptable(MatchingRuleCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
MatchingRuleConfigManager.isConfigurationDeleteAcceptable(MatchingRuleCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
void |
HistoricalCsnRangeMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
HistoricalCsnOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPasswordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
AuthPasswordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
Copyright 2010-2017 ForgeRock AS.