Interface VirtualStaticGroupImplementationCfg
-
- All Superinterfaces:
Configuration,GroupImplementationCfg
public interface VirtualStaticGroupImplementationCfg extends GroupImplementationCfg
A server-side interface for querying 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)Register to be notified when this Virtual Static Group Implementation is changed.Class<? extends VirtualStaticGroupImplementationCfg>configurationClass()Gets the configuration class associated with this Virtual Static Group Implementation.StringgetJavaClass()Gets the "java-class" property.voidremoveVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)Deregister an existing Virtual Static Group Implementation configuration change listener.-
Methods inherited from interface org.forgerock.opendj.config.Configuration
dn, name
-
Methods inherited from interface org.forgerock.opendj.server.config.server.GroupImplementationCfg
addChangeListener, isEnabled, removeChangeListener
-
-
-
-
Method Detail
-
configurationClass
Class<? extends VirtualStaticGroupImplementationCfg> configurationClass()
Gets the configuration class associated with this Virtual Static Group Implementation.- Specified by:
configurationClassin interfaceConfiguration- Specified by:
configurationClassin interfaceGroupImplementationCfg- Returns:
- Returns the configuration class associated with this Virtual Static Group Implementation.
-
addVirtualStaticChangeListener
void addVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
Register to be notified when this Virtual Static Group Implementation is changed.- Parameters:
listener- The Virtual Static Group Implementation configuration change listener.
-
removeVirtualStaticChangeListener
void removeVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
Deregister an existing Virtual Static Group Implementation configuration change listener.- Parameters:
listener- The Virtual Static Group Implementation configuration change listener.
-
getJavaClass
String getJavaClass()
Gets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the Virtual Static Group Implementation implementation.
- Specified by:
getJavaClassin interfaceGroupImplementationCfg- Returns:
- Returns the value of the "java-class" property.
-
-