Versions Compared

Key

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

Connections






blueriq.connection.[name].sql.typeThe type of sql connection (ie. jdbc)

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].sql.urlThe url of the datasource which should be connected to.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].sql.driverThe driver that needs to be used to connect to the datasource

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].sql.usernameThe username to login to the datasource

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].sql.passwordThe password to login to the datasource

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].filesystem.pathThe path of the filesystem

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].memoryName of a memory connection.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.namesA comma-separated list of connection names, which are later defined using connection.<name>.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.headersA comma-separated list of http-header names which will be send as header on a outgoing request. More info here.

Include Page
_PropertiesFileJava
_PropertiesFileJava

@since 11.6
blueriq.connection.[name].http.urlThe URL of the REST web service.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].http.usernameThe username for basic authentication.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].http.passwordThe password for basic authentication.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].http.headerNamesA comma-separated list of http-header names which will be send as header on a outgoing request for this connection. Overrides blueriq.connection.headers. More info here.

Include Page
_PropertiesFileJava
_PropertiesFileJava

@since 11.6
blueriq.connection.[name].http.timeoutThe read timeout for the web servicetimeout in milliseconds.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].http.authentication

If the Runtime authentication is set to openid-connect, then setting this property to 'openid-connect' will make the webservice send along a bearer Authorization header.

Since Blueriq 13.12, it is also possible to set this property to 'oauth2' for Oauth2 authentication. The next 5 properties will configure Oauth2.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].http.oauth2-token-endpointThe URL of the OAuth2 authentication server, where tokens can be requested(required)

Include Page
_PropertiesFileJava
_PropertiesFileJava

@since 13.12
blueriq.connection.[name].http.oauth2-client-idThe id of the client that a token should be requested for
(required)

Include Page
_PropertiesFileJava
_PropertiesFileJava

@since 13.12
blueriq.connection.[name].http.oauth2-client-secretThe secret key of the client where a token should be requested for
(required)

Include Page
_PropertiesFileJava
_PropertiesFileJava

@since 13.12
blueriq.connection.[name].http.oauth2-grant-typeThe value of the grant type parameter when requesting a token

Include Page
_PropertiesFileJava
_PropertiesFileJava

@since 13.12
blueriq.connection.[name].http.oauth2-scopeThe scope that we want to request a token for

Include Page
_PropertiesFileJava
_PropertiesFileJava

@since 13.12
blueriq.connection.[name].soap.urlThe URL of the SOAP web service.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].soap.usernameThe username for basic authentication.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].soap.passwordThe password for basic authentication.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].soap.security.implementationsA comma separate list of security implementations (defined using the blueriq.soap.security.* properties)

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].soap.timeoutThe timeout in milliseconds.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].soap.headersA comma-separated list of http-header names which will be send as header on a outgoing request for this connection. Overrides blueriq.connection.headers. More info here.

Include Page
_PropertiesFileJava
_PropertiesFileJava

@since 11.6
blueriq.connection.[name].email.smtpThe hostname of the SMTP server.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].email.smtpportThe port of the SMTP server.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].email.usernameThe username to use when connecting to the SMTP server.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].email.passwordThe password to use when connecting to the SMTP server.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].email.usetlsIndicates if the SMTP server should be contacted using TLS.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].email.fromaddressAn email address from which to send the email.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].email.toaddressAn email address to which to send the email.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].email.ccaddressesAddresses to put in cc.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].email.bccaddresses


Addresses to put in bcc.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].resource.pathDefines a path to a resource.

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].external-flow.projectThe REQUIRED name of the project that contains the flow to be started

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].external-flow.versionThe REQUIRED  version of the project that contains the flow to be started, e.g. 0.0-Trunk

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].external-flow.flowThe REQUIRED  name of the flow to be started

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].external-flow.channelThe OPTIONAL name of the channel be started

Include Page
_PropertiesFileJava
_PropertiesFileJava


blueriq.connection.[name].external-flow.baseurlThe OPTIONAL URL of the external host where the target project is on (if omitted the same server is assumed).

Include Page
_PropertiesFileJava
_PropertiesFileJava