Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LdapAttributeDescriptionListPluginCfgClient,? extends LdapAttributeDescriptionListPluginCfg> |
LdapAttributeDescriptionListPluginCfgClient.definition()
Get the configuration definition associated with this LDAP Attribute Description List Plugin.
|
Modifier and Type | Method and Description |
---|---|
LdapAttributeDescriptionListPluginCfg |
LdapAttributeDescriptionListPluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends LdapAttributeDescriptionListPluginCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<LdapAttributeDescriptionListPluginCfg> |
LdapAttributeDescriptionListPluginCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
LdapAttributeDescriptionListPluginCfg |
LdapAttributeDescriptionListPluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends LdapAttributeDescriptionListPluginCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends LdapAttributeDescriptionListPluginCfg> |
LdapAttributeDescriptionListPluginCfg.configurationClass()
Gets the configuration class associated with this LDAP Attribute Description List Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapAttributeDescriptionListPluginCfg.addLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg> listener)
Register to be notified when this LDAP Attribute Description List Plugin is changed.
|
void |
LdapAttributeDescriptionListPluginCfg.removeLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg> listener)
Deregister an existing LDAP Attribute Description List Plugin configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
LDAPADListPlugin.applyConfigurationChange(LdapAttributeDescriptionListPluginCfg configuration) |
void |
LDAPADListPlugin.initializePlugin(Set<PluginType> pluginTypes,
LdapAttributeDescriptionListPluginCfg configuration) |
boolean |
LDAPADListPlugin.isConfigurationAcceptable(LdapAttributeDescriptionListPluginCfg cfg,
List<LocalizableMessage> unacceptableReasons) |
boolean |
LDAPADListPlugin.isConfigurationChangeAcceptable(LdapAttributeDescriptionListPluginCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.