You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.
Subject | Property | Explanation | ||
---|---|---|---|---|
Connections | blueriq.connection.[name].sql.type | The type of sql connection (ie. jdbc) |
| |
blueriq.connection.[name].sql.url | The url of the datasource which should be connected to. |
| ||
blueriq.connection.[name].sql.driver | The driver that needs to be used to connect to the datasource |
| ||
blueriq.connection.[name].sql.username | The username to login to the datasource |
| ||
blueriq.connection.[name].sql.password | The password to login to the datasource |
| ||
blueriq.connection.[name].filesystem.path | The path of the filesystem |
| ||
blueriq.connection.[name].memory | Name of a memory connection. |
| ||
blueriq.connection.names | A comma-separated list of connection names, which are later defined using connection.<name>. |
| ||
blueriq.connection.headers | A comma-separated list of http-header names which will be send as header on a outgoing request. More info here. |
| @since 11.6 | |
blueriq.connection.[name].http.url | The URL of the REST web service. |
| ||
blueriq.connection.[name].http.username | The username for basic authentication. |
| ||
blueriq.connection.[name].http.password | The password for basic authentication. |
| ||
blueriq.connection.[name].http.headerNames | A 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. |
| @since 11.6 | |
blueriq.connection.[name].http.timeout | The timeout in milliseconds. |
| ||
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. |
| ||
blueriq.connection.[name].http.oauth2-token-endpoint | The URL of the OAuth2 authentication server, where tokens can be requested(required) |
| @since 13.12 | |
blueriq.connection.[name].http.oauth2-client-id | The id of the client that a token should be requested for (required) |
| @since 13.12 | |
blueriq.connection.[name].http.oauth2-client-secret | The secret key of the client where a token should be requested for (required) |
| @since 13.12 | |
blueriq.connection.[name].http.oauth2-grant-type | The value of the grant type parameter when requesting a token |
| @since 13.12 | |
blueriq.connection.[name].http.oauth2-scope | The scope that we want to request a token for |
| @since 13.12 | |
blueriq.connection.[name].soap.url | The URL of the SOAP web service. |
| ||
blueriq.connection.[name].soap.username | The username for basic authentication. |
| ||
blueriq.connection.[name].soap.password | The password for basic authentication. |
| ||
blueriq.connection.[name].soap.security.implementations | A comma separate list of security implementations (defined using the blueriq.soap.security.* properties) |
| ||
blueriq.connection.[name].soap.timeout | The timeout in milliseconds. |
| ||
blueriq.connection.[name].soap.headers | A 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. |
| @since 11.6 | |
blueriq.connection.[name].email.smtp | The hostname of the SMTP server. |
| ||
blueriq.connection.[name].email.smtpport | The port of the SMTP server. |
| ||
blueriq.connection.[name].email.username | The username to use when connecting to the SMTP server. |
| ||
blueriq.connection.[name].email.password | The password to use when connecting to the SMTP server. |
| ||
blueriq.connection.[name].email.usetls | Indicates if the SMTP server should be contacted using TLS. |
| ||
blueriq.connection.[name].email.fromaddress | An email address from which to send the email. |
| ||
blueriq.connection.[name].email.toaddress | An email address to which to send the email. |
| ||
blueriq.connection.[name].email.ccaddresses | Addresses to put in cc. |
| ||
blueriq.connection.[name].email.bccaddresses | Addresses to put in bcc. |
| ||
blueriq.connection.[name].resource.path | Defines a path to a resource. |
| ||
blueriq.connection.[name].external-flow.project | The REQUIRED name of the project that contains the flow to be started |
| ||
blueriq.connection.[name].external-flow.version | The REQUIRED version of the project that contains the flow to be started, e.g. 0.0-Trunk |
| ||
blueriq.connection.[name].external-flow.flow | The REQUIRED name of the flow to be started |
| ||
blueriq.connection.[name].external-flow.channel | The OPTIONAL name of the channel be started |
| ||
blueriq.connection.[name].external-flow.baseurl | The OPTIONAL URL of the external host where the target project is on (if omitted the same server is assumed). |
|