|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticGroupImplementationCfg
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 |
---|
java.lang.Class<? extends StaticGroupImplementationCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface GroupImplementationCfg
void addStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
listener
- The Static Group Implementation configuration change listener.void removeStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
listener
- The Static Group Implementation configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.
getJavaClass
in interface GroupImplementationCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |