public interface GroupImplementationCfg extends Configuration
Group Implementations define named collections of users.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Register to be notified when this Group Implementation is changed.
|
Class<? extends GroupImplementationCfg> |
configurationClass()
Gets the configuration class associated with this Group Implementation.
|
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.
|
dn, name
Class<? extends GroupImplementationCfg> configurationClass()
configurationClass
in interface Configuration
void 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.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Group Implementation implementation.
Copyright 2010-2020 ForgeRock AS.