public interface VirtualStaticGroupImplementationCfg extends GroupImplementationCfg
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.
Modifier and Type | Method and Description |
---|---|
void |
addVirtualStaticChangeListener(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.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
Deregister an existing Virtual Static Group Implementation configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends VirtualStaticGroupImplementationCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface GroupImplementationCfg
void addVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
listener
- The Virtual Static Group Implementation configuration change listener.void removeVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
listener
- The Virtual Static Group Implementation configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Virtual Static Group Implementation implementation.
getJavaClass
in interface GroupImplementationCfg
Copyright 2010-2020 ForgeRock AS.