public final class CaseIgnoreSubstringMatchingRuleFactory extends MatchingRuleFactory<MatchingRuleCfg>
| Constructor and Description |
|---|
CaseIgnoreSubstringMatchingRuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.forgerock.opendj.ldap.schema.MatchingRule> |
getMatchingRules()
Returns an umodifiable view of Collection of associated
MatchingRules.
|
void |
initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
finalizeMatchingRule, isConfigurationAcceptablepublic CaseIgnoreSubstringMatchingRuleFactory()
public final void initializeMatchingRule(MatchingRuleCfg configuration) throws ConfigException, InitializationException
initializeMatchingRule in class MatchingRuleFactory<MatchingRuleCfg>configuration - The configuration to use to intialize this
matching rule.ConfigException - If an unrecoverable problem arises in
the process of performing the
initialization.InitializationException - If a problem that is not
configuration-related occurs
during initialization.public final Collection<org.forgerock.opendj.ldap.schema.MatchingRule> getMatchingRules()
getMatchingRules in class MatchingRuleFactory<MatchingRuleCfg>Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.