org.opends.server.admin.std.server
Interface StaticGroupImplementationCfg

All Superinterfaces:
Configuration, GroupImplementationCfg

public interface StaticGroupImplementationCfg
extends GroupImplementationCfg

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

The Static Group Implementation provides a grouping mechanism in which the group membership is based on an explicit list of the DNs of the users that are members of the group.


Method Summary
 void addStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
          Register to be notified when this Static Group Implementation is changed.
 java.lang.Class<? extends StaticGroupImplementationCfg> configurationClass()
          Gets the configuration class associated with this Static Group Implementation.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void removeStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
          Deregister an existing Static 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 StaticGroupImplementationCfg> configurationClass()
Gets the configuration class associated with this Static Group Implementation.

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

addStaticChangeListener

void addStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Register to be notified when this Static Group Implementation is changed.

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

removeStaticChangeListener

void removeStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Deregister an existing Static Group Implementation configuration change listener.

Parameters:
listener - The Static 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 Static Group Implementation implementation.

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