Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.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)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
MatchingRuleConfigManager.applyConfigurationChange(MatchingRuleCfg configuration)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
MatchingRuleConfigManager.applyConfigurationDelete(MatchingRuleCfg configuration)
Deletes an existing configuration from this delete listener.
|
boolean |
MatchingRuleConfigManager.isConfigurationAddAcceptable(MatchingRuleCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
MatchingRuleConfigManager.isConfigurationChangeAcceptable(MatchingRuleCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
MatchingRuleConfigManager.isConfigurationDeleteAcceptable(MatchingRuleCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing
configuration is acceptable to this delete listener.
|
Modifier and Type | Method and Description |
---|---|
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 |
CertificateExactMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
IntegerEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
OctetStringEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreListSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UUIDOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UniqueMemberEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
PresentationAddressEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
GeneralizedTimeOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
NumericStringSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
TelephoneNumberEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreListEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreIA5SubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
NumericStringOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
WordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreIA5EqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
DistinguishedNameEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
IntegerOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
TelephoneNumberSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactIA5SubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
BitStringEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UserPasswordExactEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
ObjectIdentifierEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
ObjectIdentifierFirstComponentEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UserPasswordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
BooleanEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
ProtocolInformationEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
AuthPasswordExactEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
TimeBasedMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UUIDEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
DirectoryStringFirstComponentEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
OctetStringSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
IntegerFirstComponentEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
GeneralizedTimeEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
NumericStringEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
OctetStringOrderingMatchingRuleFactory.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.
|
void |
DoubleMetaphoneApproximateMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactIA5EqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
KeywordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.