Uses of Interface
org.forgerock.opendj.server.config.server.LdapAttributeDescriptionListPluginCfg
-
Packages that use LdapAttributeDescriptionListPluginCfg 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. -
-
Uses of LdapAttributeDescriptionListPluginCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LdapAttributeDescriptionListPluginCfg Modifier and Type Method Description ManagedObjectDefinition<? extends LdapAttributeDescriptionListPluginCfgClient,? extends LdapAttributeDescriptionListPluginCfg>
LdapAttributeDescriptionListPluginCfgClient. definition()
Get the configuration definition associated with this LDAP Attribute Description List Plugin. -
Uses of LdapAttributeDescriptionListPluginCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LdapAttributeDescriptionListPluginCfg Modifier and Type Method Description LdapAttributeDescriptionListPluginCfg
LdapAttributeDescriptionListPluginCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdapAttributeDescriptionListPluginCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type LdapAttributeDescriptionListPluginCfg Modifier and Type Method Description Class<LdapAttributeDescriptionListPluginCfg>
LdapAttributeDescriptionListPluginCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type LdapAttributeDescriptionListPluginCfg Modifier and Type Method Description LdapAttributeDescriptionListPluginCfg
LdapAttributeDescriptionListPluginCfgDefn. createServerConfiguration(ServerManagedObject<? extends LdapAttributeDescriptionListPluginCfg> impl)
-
Uses of LdapAttributeDescriptionListPluginCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type LdapAttributeDescriptionListPluginCfg Modifier and Type Method Description Class<? extends LdapAttributeDescriptionListPluginCfg>
LdapAttributeDescriptionListPluginCfg. configurationClass()
Gets the configuration class associated with this LDAP Attribute Description List Plugin.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type LdapAttributeDescriptionListPluginCfg Modifier and Type Method 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. -
Uses of LdapAttributeDescriptionListPluginCfg in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type LdapAttributeDescriptionListPluginCfg Modifier and Type Method 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)
-