The Confluence Fetch URL stage is an extension of the Fetch URL stage, that adds the functionality of Basic Authentication to access the files and attachments of a Confluence server. Also adds the possibility to access content via a SSO (SiteMinder).

Atlassian Confluence Fetch Url (Aspire 2)
Factory Name com.searchtechnologies.aspire:aspire-confluence-connector
subType fetchUrl
Inputs <fetchUrl> (if it exists) or <url>
Outputs Sets job variable 'contentStream', to an InputStream object ready to be read. HTTP headers are mapped to output elements using the metadata mapper (see below), and an element, <httpResponse> is also created for HTTP URLs.

Example Configurations

<component name="FetchUrl" subType="fetchUrl" factoryName="aspire-confluence-connector">
  <debug>true</debug>
  <url>http://myConfluenceServer</url>
  <username>admin</username>
  <password>myPassword</password>
  <ssoAuthentication>true</ssoAuthentication>
  <ssoServer>http://mySSO:8099</ssoServer>
  <ssoCookie>myCookie</ssoCookie>
  <confluenceVersion>V5</confluenceVersion>
</component>
  • No labels