public interface LdapAttributeDescriptionListPluginCfg extends PluginCfg
The LDAP Attribute Description List Plugin provides the ability for clients to include an attribute list in a search request that names object classes instead of (or in addition to) attributes.
Modifier and Type | Method and Description |
---|---|
void |
addLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg> listener)
Register to be notified when this LDAP Attribute Description List Plugin is changed.
|
Class<? extends LdapAttributeDescriptionListPluginCfg> |
configurationClass()
Gets the configuration class associated with this LDAP Attribute Description List Plugin.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property.
|
void |
removeLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg> listener)
Deregister an existing LDAP Attribute Description List Plugin configuration change listener.
|
addChangeListener, isEnabled, isInvokeForInternalOperations, removeChangeListener
dn, name
Class<? extends LdapAttributeDescriptionListPluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg> listener)
listener
- The LDAP Attribute Description List Plugin configuration change listener.void removeLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg> listener)
listener
- The LDAP Attribute Description List Plugin configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfg
SortedSet<PluginCfgDefn.PluginType> getPluginType()
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
getPluginType
in interface PluginCfg
Copyright 2010-2020 ForgeRock AS.