Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added more details about plugins

...

The Locator Web Connector have a pluggable architecture. Custom plugins can be written to solve for example Forms Authentication etc. Each connection can have its own set of plug-ins. Custom configuration settings can
be passed to the plug-ins with the settings Custom 1 ... Custom 10 parameters. Note: For sensitive data, please pass as encrypted data.

The custom plugin has to have form of the .NET assembly implementing at least one of the IPageRequestBuilderPlugin, IWebCrawlDecisionMakerPlugin or IWebDocumentBuilderPlugin interfaces. The assembly needs to be stored in the folder pointed out by the Custom Plugin Path setting in the connection configuration (last page of the Web Connector Connection Wizard).

Please contact http://ayf.ie/support for more information about custom plugins.

...