org.opends.server.admin.std.client
Interface DynamicGroupImplementationCfgClient

All Superinterfaces:
ConfigurationClient, GroupImplementationCfgClient

public interface DynamicGroupImplementationCfgClient
extends GroupImplementationCfgClient

A client-side interface for reading and modifying 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
 ManagedObjectDefinition<? extends DynamicGroupImplementationCfgClient,? extends DynamicGroupImplementationCfg> definition()
          Get the configuration definition associated with this Dynamic Group Implementation.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void setJavaClass(java.lang.String value)
          Sets the "java-class" property.
 
Methods inherited from interface org.opends.server.admin.std.client.GroupImplementationCfgClient
isEnabled, setEnabled
 
Methods inherited from interface org.opends.server.admin.ConfigurationClient
commit, properties
 

Method Detail

definition

ManagedObjectDefinition<? extends DynamicGroupImplementationCfgClient,? extends DynamicGroupImplementationCfg> definition()
Get the configuration definition associated with this Dynamic Group Implementation.

Specified by:
definition in interface ConfigurationClient
Specified by:
definition in interface GroupImplementationCfgClient
Returns:
Returns the configuration definition associated with this Dynamic Group Implementation.

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 GroupImplementationCfgClient
Returns:
Returns the value of the "java-class" property.

setJavaClass

void setJavaClass(java.lang.String value)
                  throws IllegalPropertyValueException
Sets the "java-class" property.

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

Specified by:
setJavaClass in interface GroupImplementationCfgClient
Parameters:
value - The value of the "java-class" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.