public interface MatchingRuleCfg extends Configuration
Matching Rules define a set of rules for performing matching operations against assertion values.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
Register to be notified when this Matching Rule is changed.
|
Class<? extends MatchingRuleCfg> |
configurationClass()
Gets the configuration class associated with this Matching Rule.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isEnabled()
Gets the "enabled" property.
|
void |
removeChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
Deregister an existing Matching Rule configuration change listener.
|
dn
Class<? extends MatchingRuleCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
listener
- The Matching Rule configuration change listener.void removeChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
listener
- The Matching Rule configuration change listener.boolean isEnabled()
Indicates whether the Matching Rule is enabled for use.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Matching Rule implementation.
Copyright 2010-2017 ForgeRock AS.