Uses of Interface
org.forgerock.opendj.server.config.server.PluginCfg
-
Packages that use PluginCfg 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.api.plugin Defines the Directory Server plugin API.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of PluginCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PluginCfg Modifier and Type Method Description ManagedObjectDefinition<? extends PluginCfgClient,? extends PluginCfg>
PluginCfgClient. definition()
Get the configuration definition associated with this Plugin.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type PluginCfg Modifier and Type Method Description <C extends PluginCfgClient>
CPluginRootCfgClient. createPlugin(ManagedObjectDefinition<C,? extends PluginCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Plugin. -
Uses of PluginCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PluginCfg Modifier and Type Method Description PluginCfg
PluginCfgDefn. createServerConfiguration(ServerManagedObject<? extends PluginCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PluginCfg Modifier and Type Method Description InstantiableRelationDefinition<PluginCfgClient,PluginCfg>
PluginRootCfgDefn. getPluginsRelationDefinition()
Get the "plugins" relation definition.Class<PluginCfg>
PluginCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PluginCfg Modifier and Type Method Description PluginCfg
PluginCfgDefn. createServerConfiguration(ServerManagedObject<? extends PluginCfg> impl)
-
Uses of PluginCfg in org.forgerock.opendj.server.config.server
Subinterfaces of PluginCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
AttributeCleanupPluginCfg
A server-side interface for querying Attribute Cleanup Plugin settings.interface
ChangeNumberControlPluginCfg
A server-side interface for querying Change Number Control Plugin settings.interface
EntryUuidPluginCfg
A server-side interface for querying entryUUID Plugin settings.interface
FractionalLdifImportPluginCfg
A server-side interface for querying Fractional LDIF Import Plugin settings.interface
GraphiteMonitorReporterPluginCfg
A server-side interface for querying Graphite Monitor Reporter Plugin settings.interface
LastModPluginCfg
A server-side interface for querying Last Mod Plugin settings.interface
LdapAttributeDescriptionListPluginCfg
A server-side interface for querying LDAP Attribute Description List Plugin settings.interface
PasswordPolicyImportPluginCfg
A server-side interface for querying Password Policy Import Plugin settings.interface
ReferentialIntegrityPluginCfg
A server-side interface for querying Referential Integrity Plugin settings.interface
SambaPasswordPluginCfg
A server-side interface for querying Samba Password Plugin settings.interface
SevenBitCleanPluginCfg
A server-side interface for querying Seven Bit Clean Plugin settings.interface
UniqueAttributePluginCfg
A server-side interface for querying Unique Attribute Plugin settings.Methods in org.forgerock.opendj.server.config.server that return PluginCfg Modifier and Type Method Description PluginCfg
PluginRootCfg. getPlugin(String name)
Gets the named Plugin.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type PluginCfg Modifier and Type Method Description Class<? extends PluginCfg>
PluginCfg. configurationClass()
Gets the configuration class associated with this Plugin.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type PluginCfg Modifier and Type Method Description void
PluginCfg. addChangeListener(ConfigurationChangeListener<PluginCfg> listener)
Register to be notified when this Plugin is changed.void
PluginRootCfg. addPluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Registers to be notified when new Plugins are added.void
PluginRootCfg. addPluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)
Registers to be notified when existing Plugins are deleted.void
PluginCfg. removeChangeListener(ConfigurationChangeListener<PluginCfg> listener)
Deregister an existing Plugin configuration change listener.void
PluginRootCfg. removePluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Deregisters an existing Plugin configuration add listener.void
PluginRootCfg. removePluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)
Deregisters an existing Plugin configuration delete listener. -
Uses of PluginCfg in org.opends.server.api.plugin
Classes in org.opends.server.api.plugin with type parameters of type PluginCfg Modifier and Type Class Description class
DirectoryServerPlugin<T extends PluginCfg>
This class defines the set of methods and structures that are available for use in Directory Server plugins.Methods in org.opends.server.api.plugin with parameters of type PluginCfg Modifier and Type Method Description void
InternalDirectoryServerPlugin. initializePlugin(Set<PluginType> pluginTypes, PluginCfg configuration)
boolean
InternalDirectoryServerPlugin. isConfigurationAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of PluginCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type PluginCfg Modifier and Type Method Description ConfigChangeResult
PluginConfigManager. applyConfigurationAdd(PluginCfg configuration)
ConfigChangeResult
PluginConfigManager. applyConfigurationChange(PluginCfg configuration)
ConfigChangeResult
PluginConfigManager. applyConfigurationDelete(PluginCfg configuration)
boolean
PluginConfigManager. isConfigurationAddAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PluginConfigManager. isConfigurationChangeAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PluginConfigManager. isConfigurationDeleteAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
-