public interface StaticGroupImplementationCfg extends GroupImplementationCfg
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.
Modifier and Type | Method and Description |
---|---|
void |
addStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Register to be notified when this Static Group Implementation is changed.
|
Class<? extends StaticGroupImplementationCfg> |
configurationClass()
Gets the configuration class associated with this Static Group Implementation.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Deregister an existing Static Group Implementation configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn
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.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.
getJavaClass
in interface GroupImplementationCfg
Copyright 2010-2017 ForgeRock AS.