|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubstringMatchingRuleCfg
A server-side interface for querying Substring Matching Rule settings.
Substring Matching Rules define a set of rules for performing substring matching operations against assertion values.
Method Summary | |
---|---|
void |
addSubstringChangeListener(ConfigurationChangeListener<SubstringMatchingRuleCfg> listener)
Register to be notified when this Substring Matching Rule is changed. |
java.lang.Class<? extends SubstringMatchingRuleCfg> |
configurationClass()
Gets the configuration class associated with this Substring Matching Rule. |
void |
removeSubstringChangeListener(ConfigurationChangeListener<SubstringMatchingRuleCfg> listener)
Deregister an existing Substring Matching Rule configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.MatchingRuleCfg |
---|
addChangeListener, getJavaClass, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends SubstringMatchingRuleCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface MatchingRuleCfg
void addSubstringChangeListener(ConfigurationChangeListener<SubstringMatchingRuleCfg> listener)
listener
- The Substring Matching Rule configuration change listener.void removeSubstringChangeListener(ConfigurationChangeListener<SubstringMatchingRuleCfg> listener)
listener
- The Substring Matching Rule configuration change listener.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |