|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroupImplementationCfg
A server-side interface for querying Group Implementation settings.
Group Implementations define named collections of users.
| Method Summary | |
|---|---|
void |
addChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Register to be notified when this Group Implementation is changed. |
java.lang.Class<? extends GroupImplementationCfg> |
configurationClass()
Gets the configuration class associated with this Group Implementation. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
boolean |
isEnabled()
Gets the "enabled" property. |
void |
removeChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Deregister an existing Group Implementation configuration change listener. |
| Methods inherited from interface org.opends.server.admin.Configuration |
|---|
dn |
| Method Detail |
|---|
java.lang.Class<? extends GroupImplementationCfg> configurationClass()
configurationClass in interface Configurationvoid addChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
listener - The Group Implementation configuration change listener.void removeChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
listener - The Group Implementation configuration change listener.boolean isEnabled()
Indicates whether the Group Implementation is enabled.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Group Implementation implementation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||