|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatchingRuleCfg
A server-side interface for querying Matching Rule settings.
Matching Rules define a set of rules for performing matching operations against assertion values.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
Register to be notified when this Matching Rule is changed. |
java.lang.Class<? extends MatchingRuleCfg> |
configurationClass()
Gets the configuration class associated with this Matching Rule. |
java.lang.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. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.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.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Matching Rule implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |