org.opends.server.admin.std.server
Interface SubstringMatchingRuleCfg

All Superinterfaces:
Configuration, MatchingRuleCfg

public interface SubstringMatchingRuleCfg
extends MatchingRuleCfg

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

configurationClass

java.lang.Class<? extends SubstringMatchingRuleCfg> configurationClass()
Gets the configuration class associated with this Substring Matching Rule.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface MatchingRuleCfg
Returns:
Returns the configuration class associated with this Substring Matching Rule.

addSubstringChangeListener

void addSubstringChangeListener(ConfigurationChangeListener<SubstringMatchingRuleCfg> listener)
Register to be notified when this Substring Matching Rule is changed.

Parameters:
listener - The Substring Matching Rule configuration change listener.

removeSubstringChangeListener

void removeSubstringChangeListener(ConfigurationChangeListener<SubstringMatchingRuleCfg> listener)
Deregister an existing Substring Matching Rule configuration change listener.

Parameters:
listener - The Substring Matching Rule configuration change listener.