This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 3259587 Regen
3259587 is described below
commit 32595877541e43aa0d07a16e5a1568ab0e4058b9
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 26 08:39:11 2018 +0200
Regen
---
.../camel-linkedin-component/src/main/docs/linkedin-component.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
b/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
index 9d7276a..9b35898 100644
---
a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
+++
b/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
@@ -117,16 +117,18 @@ with the following path and query parameters:
=== Spring Boot Auto-Configuration
-The component supports 13 options, which are listed below.
+The component supports 15 options, which are listed below.
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
+| *camel.component.linkedin.configuration.access-token* | LinkedIn access
token to avoid username and password login. | | String
| *camel.component.linkedin.configuration.api-name* | What kind of operation
to perform | | LinkedInApiName
| *camel.component.linkedin.configuration.client-id* | LinkedIn application
client ID | | String
| *camel.component.linkedin.configuration.client-secret* | LinkedIn
application client secret | | String
+| *camel.component.linkedin.configuration.expiry-time* | LinkedIn access token
expiry time in milliseconds since Unix Epoch, default is 60 days in the future.
| | Long
| *camel.component.linkedin.configuration.http-params* | Custom HTTP params,
for example proxy host and port, use constants from AllClientPNames | | Map
| *camel.component.linkedin.configuration.lazy-auth* | Flag to enable/disable
lazy OAuth, default is true. when enabled, OAuth token retrieval or generation
is not done until the first REST call | true | Boolean
| *camel.component.linkedin.configuration.method-name* | What sub operation to
use for the selected operation | | String