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

All Superinterfaces:
ConfigurationClient, GroupImplementationCfgClient

public interface StaticGroupImplementationCfgClient
extends GroupImplementationCfgClient

A client-side interface for reading and modifying 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
 ManagedObjectDefinition<? extends StaticGroupImplementationCfgClient,? extends StaticGroupImplementationCfg> definition()
          Get the configuration definition associated with this Static 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 StaticGroupImplementationCfgClient,? extends StaticGroupImplementationCfg> definition()
Get the configuration definition associated with this Static Group Implementation.

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

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 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 Static 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.