org.opends.server.admin.std.server
Interface DynamicGroupImplementationCfg

All Superinterfaces:
Configuration, GroupImplementationCfg

public interface DynamicGroupImplementationCfg
extends GroupImplementationCfg

A server-side interface for querying Dynamic Group Implementation settings.

The Dynamic Group Implementation provides a grouping mechanism in which the group membership is determined based on criteria defined in one or more LDAP URLs.


Method Summary
 void addDynamicChangeListener(ConfigurationChangeListener<DynamicGroupImplementationCfg> listener)
          Register to be notified when this Dynamic Group Implementation is changed.
 java.lang.Class<? extends DynamicGroupImplementationCfg> configurationClass()
          Gets the configuration class associated with this Dynamic Group Implementation.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void removeDynamicChangeListener(ConfigurationChangeListener<DynamicGroupImplementationCfg> listener)
          Deregister an existing Dynamic Group Implementation configuration change listener.
 
Methods inherited from interface org.opends.server.admin.std.server.GroupImplementationCfg
addChangeListener, isEnabled, removeChangeListener
 
Methods inherited from interface org.opends.server.admin.Configuration
dn
 

Method Detail

configurationClass

java.lang.Class<? extends DynamicGroupImplementationCfg> configurationClass()
Gets the configuration class associated with this Dynamic Group Implementation.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface GroupImplementationCfg
Returns:
Returns the configuration class associated with this Dynamic Group Implementation.

addDynamicChangeListener

void addDynamicChangeListener(ConfigurationChangeListener<DynamicGroupImplementationCfg> listener)
Register to be notified when this Dynamic Group Implementation is changed.

Parameters:
listener - The Dynamic Group Implementation configuration change listener.

removeDynamicChangeListener

void removeDynamicChangeListener(ConfigurationChangeListener<DynamicGroupImplementationCfg> listener)
Deregister an existing Dynamic Group Implementation configuration change listener.

Parameters:
listener - The Dynamic Group Implementation configuration change listener.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Dynamic Group Implementation implementation.

Specified by:
getJavaClass in interface GroupImplementationCfg
Returns:
Returns the value of the "java-class" property.