|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualStaticGroupImplementationCfgClient
A client-side interface for reading and modifying Virtual Static Group Implementation settings.
The Virtual Static Group Implementation provides a grouping mechanism in which the membership for the virtual static group is based on the membership for another group defined within the server.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends VirtualStaticGroupImplementationCfgClient,? extends VirtualStaticGroupImplementationCfg> |
definition()
Get the configuration definition associated with this Virtual 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 |
---|
ManagedObjectDefinition<? extends VirtualStaticGroupImplementationCfgClient,? extends VirtualStaticGroupImplementationCfg> definition()
definition
in interface ConfigurationClient
definition
in interface GroupImplementationCfgClient
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Virtual Static Group Implementation implementation.
getJavaClass
in interface GroupImplementationCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Virtual Static Group Implementation implementation.
setJavaClass
in interface GroupImplementationCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |