This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 8b974f1 Regen for commit c731e25a8579c25599ddb8e62358185c4e6d39d2 (#5938) 8b974f1 is described below commit 8b974f18ad750dd484e08c4198aa0ff11877bca9 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Aug 6 06:16:12 2021 +0200 Regen for commit c731e25a8579c25599ddb8e62358185c4e6d39d2 (#5938) Signed-off-by: GitHub <nore...@github.com> Co-authored-by: jeremyross <jeremyr...@users.noreply.github.com> --- .../resources/org/apache/camel/catalog/components/salesforce.json | 1 + .../org/apache/camel/catalog/docs/salesforce-component.adoc | 5 +++++ .../src/main/docs/salesforce-component.adoc | 5 +++++ docs/components/modules/ROOT/pages/salesforce-component.adoc | 5 +++++ 4 files changed, 16 insertions(+) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json index 735feae..1bfb9ae 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json @@ -98,6 +98,7 @@ "httpProxyUseDigestAuth": { "kind": "property", "displayName": "Http Proxy Use Digest Auth", "group": "security", "label": "common,proxy,security", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "If set to true Digest authentication will be used when authenticating to the HTTP proxy, otherwise Basic authorization method will be used" }, "httpProxyUsername": { "kind": "property", "displayName": "Http Proxy Username", "group": "security", "label": "common,proxy,security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Username to use to authenticate against the HTTP proxy server." }, "instanceUrl": { "kind": "property", "displayName": "Instance Url", "group": "security", "label": "common,security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "URL of the Salesforce instance used after authentication, by default received from Salesforce on successful authentication" }, + "jwtAudience": { "kind": "property", "displayName": "Jwt Audience", "group": "security", "label": "common,security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Value to use for the Audience claim (aud) when using OAuth JWT flow. If not set, the login URL will be used, which is appropriate in most cases." }, "keystore": { "kind": "property", "displayName": "Keystore", "group": "security", "label": "common,security", "required": false, "type": "object", "javaType": "org.apache.camel.support.jsse.KeyStoreParameters", "deprecated": false, "autowired": false, "secret": true, "description": "KeyStore parameters to use in OAuth JWT flow. The KeyStore should contain only one entry with private key and certificate. Salesforce does not verify the certificate chain, so this can easily be a selfsig [...] "lazyLogin": { "kind": "property", "displayName": "Lazy Login", "group": "security", "label": "common,security", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "If set to true prevents the component from authenticating to Salesforce with the start of the component. You would generally set this to the (default) false and authenticate early and be immediately aware of any authe [...] "loginConfig": { "kind": "property", "displayName": "Login Config", "group": "security", "label": "common,security", "required": false, "type": "object", "javaType": "org.apache.camel.component.salesforce.SalesforceLoginConfig", "deprecated": false, "autowired": false, "secret": false, "description": "All authentication configuration in one nested bean, all properties set there can be set directly on the component as well" }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc index 727c344..ce37a8b 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc @@ -39,6 +39,9 @@ setup your environment for running integration tests. // component options: START +== Component Options + + The Salesforce component supports 85 options, which are listed below. @@ -134,6 +137,8 @@ The Salesforce component supports 85 options, which are listed below. |=== // component options: END // endpoint options: START +== Endpoint Options + The Salesforce endpoint is configured using URI syntax: ---- diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc index 727c344..ce37a8b 100644 --- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc +++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc @@ -39,6 +39,9 @@ setup your environment for running integration tests. // component options: START +== Component Options + + The Salesforce component supports 85 options, which are listed below. @@ -134,6 +137,8 @@ The Salesforce component supports 85 options, which are listed below. |=== // component options: END // endpoint options: START +== Endpoint Options + The Salesforce endpoint is configured using URI syntax: ---- diff --git a/docs/components/modules/ROOT/pages/salesforce-component.adoc b/docs/components/modules/ROOT/pages/salesforce-component.adoc index b534602..533ee9a 100644 --- a/docs/components/modules/ROOT/pages/salesforce-component.adoc +++ b/docs/components/modules/ROOT/pages/salesforce-component.adoc @@ -41,6 +41,9 @@ setup your environment for running integration tests. // component options: START +== Component Options + + The Salesforce component supports 85 options, which are listed below. @@ -136,6 +139,8 @@ The Salesforce component supports 85 options, which are listed below. |=== // component options: END // endpoint options: START +== Endpoint Options + The Salesforce endpoint is configured using URI syntax: ----