PluginCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenuser-friendly-name=Plugin
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenuser-friendly-plural-name=Plugins
659fe5d24825b160cae512538088020d97a60239Timo Sirainensynopsis=Plugins provide a mechanism for executing custom code at specified points in operation processing and in the course of other events like connection establishment and termination, server startup and shutdown, and LDIF import and export.
659fe5d24825b160cae512538088020d97a60239Timo Sirainenproperty.enabled.synopsis=Indicates whether the plug-in is enabled for use.
659fe5d24825b160cae512538088020d97a60239Timo Sirainenproperty.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
659fe5d24825b160cae512538088020d97a60239Timo Sirainenproperty.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
16f816d3f3c32ae3351834253f52ddd0212bcbf3Timo Sirainenproperty.plugin-type.synopsis=Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Invoked before sending an intermediate repsonse message to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Invoked for each operation to be written during an LDIF export.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Invoked for each entry read during an LDIF import.
72cbf33ae81fde08384d30c779ff540752d9256cTimo Sirainenproperty.plugin-type.syntax.enumeration.value.ldifimportbegin.synopsis=Invoked at the beginning of an LDIF import session.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.ldifimportend.synopsis=Invoked at the end of an LDIF import session.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postconnect.synopsis=Invoked whenever a new connection is established to the server.
024815ea2ffdda9ea79919f18e865663977f73eaTimo Sirainenproperty.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Invoked whenever an existing connection is terminated (by either the client or the server).
16c89b1260c9d07c01c83a9219424d3727069b2eTimo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Invoked after completing the abandon processing.
024815ea2ffdda9ea79919f18e865663977f73eaTimo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Invoked after completing the core add processing but before sending the response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Invoked after completing the core bind processing but before sending the response to the client.
7c95b03620a03a43dd72d39608cea5fc77393ad6Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Invoked after completing the core compare processing but before sending the response to the client.
7c95b03620a03a43dd72d39608cea5fc77393ad6Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Invoked after completing the core delete processing but before sending the response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Invoked after completing the core extended processing but before sending the response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Invoked after completing the core modify processing but before sending the response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Invoked after completing the core modify DN processing but before sending the response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Invoked after completing the core search processing but before sending the response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Invoked after completing the unbind processing.
e8acc691a14a6d0884c5ca9aa4d8507f1e082040Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Invoked after sending the add response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Invoked after sending the bind response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Invoked after sending the compare response to the client.
09c3a491f4f6ccebe290c7709bdc0d79a187610bTimo Sirainenproperty.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Invoked after sending the delete response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Invoked after sending the extended response to the client.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Invoked after sending the modify response to the client.
7c95b03620a03a43dd72d39608cea5fc77393ad6Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Invoked after sending the modify DN response to the client.
df4018ae2f0a95be602f724ca70df7e0e3bd6a7dTimo Sirainenproperty.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Invoked after sending the search result done message to the client.
1b3bb8d39686ed24730cbc31cc9a33dc62c8c6c3Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Invoked after completing post-synchronization processing for an add operation.
1b3bb8d39686ed24730cbc31cc9a33dc62c8c6c3Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Invoked after completing post-synchronization processing for a delete operation.
1b3bb8d39686ed24730cbc31cc9a33dc62c8c6c3Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Invoked after completing post-synchronization processing for a modify operation.
1b3bb8d39686ed24730cbc31cc9a33dc62c8c6c3Timo Sirainenproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Invoked after completing post-synchronization processing for a modify DN operation.
1b3bb8d39686ed24730cbc31cc9a33dc62c8c6c3Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Invoked prior to performing the core add processing.
1b3bb8d39686ed24730cbc31cc9a33dc62c8c6c3Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Invoked prior to performing the core bind processing.
1b3bb8d39686ed24730cbc31cc9a33dc62c8c6c3Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Invoked prior to performing the core compare processing.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Invoked prior to performing the core delete processing.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Invoked prior to performing the core extended processing.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Invoked prior to performing the core modify processing.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Invoked prior to performing the core modify DN processing.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Invoked prior to performing the core search processing.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Invoked prior to parsing an abandon request.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Invoked prior to parsing an add request.
1175f27441385a7011629f295f42708f9a3a4ffcTimo Sirainenproperty.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Invoked prior to parsing a bind request.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Invoked prior to parsing a compare request.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Invoked prior to parsing a delete request.
5a07b37a9df398b5189c14872a600384208ab74bTimo Sirainenproperty.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Invoked prior to parsing an extended request.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Invoked prior to parsing a modify request.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Invoked prior to parsing a modify DN request.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Invoked prior to parsing a search request.
5a07b37a9df398b5189c14872a600384208ab74bTimo Sirainenproperty.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client.
1175f27441385a7011629f295f42708f9a3a4ffcTimo Sirainenproperty.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client.
1175f27441385a7011629f295f42708f9a3a4ffcTimo Sirainenproperty.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown.
287ba82a8da3eaa473b5735d4eeac2fb4c5d8117Timo Sirainenproperty.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process.
bb10ebcf076c959c752f583746d83805d7686df8Timo Sirainenproperty.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation.
bb10ebcf076c959c752f583746d83805d7686df8Timo Sirainenproperty.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation.