Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration

UI Expand
titleJava

Go to the directory Blueriq\Runtime\aquima.home and configure the right properties as they are made in the DMS.

Below you will find an example how to configureThe following properties in the application.properties are used to configure the cmis component:

Code Block
languagexml
titleCMIS configuration
blueriq.cmis.user=xxx
blueriq.cmis.password=xxx
blueriq.cmis.services-url=http://aq-acc:9080/alfresco/cmisatom
blueriq.cmis.repository-id=14f2517f-fb35-4d86-821e-2d0b37929f72
blueriq.cmis.objectType-id=D:br:documentOne
blueriq.cmis.binding-type=atompub

# Set this property only if you want to override the default BASIC (blueriq.cmis.user, blueriq.cmis.password) authentication with a custom authentication mechanism
blueriq.cmis.authProviderClassName=com.somecompany.plugin.cmis.impl.SomeCustomAuthenticationProvider

...