public final class UserPasswordExactEqualityMatchingRuleFactory extends MatchingRuleFactory<MatchingRuleCfg>
Constructor and Description |
---|
UserPasswordExactEqualityMatchingRuleFactory() |
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, isConfigurationAcceptable
public UserPasswordExactEqualityMatchingRuleFactory()
public final void initializeMatchingRule(MatchingRuleCfg configuration) throws org.forgerock.opendj.config.server.ConfigException, InitializationException
initializeMatchingRule
in class MatchingRuleFactory<MatchingRuleCfg>
configuration
- The configuration to use to intialize this
matching rule.org.forgerock.opendj.config.server.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-2016 ForgeRock AS. All Rights Reserved.