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 8fefe6a Regen 8fefe6a is described below commit 8fefe6a772b36a04c60ea69b1773462eaddcc568 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jan 21 05:35:48 2019 +0100 Regen --- .../src/main/docs/linkedin-component.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 4b8d6ed..02f9257 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 @@ -128,13 +128,13 @@ The component supports 15 options, which are listed below. | *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.expiry-time* | A number of milliseconds since the UNIX Epoch. The default is 60 days. A LinkedIn access token expires when this amount of time elapses after the token is in use. | | Long +| *camel.component.linkedin.configuration.http-params* | Custom HTTP parameters, 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 -| *camel.component.linkedin.configuration.redirect-uri* | Application redirect URI, although the component never redirects to this page to avoid having to have a functioning redirect server. So for testing one could use https://localhost | | String +| *camel.component.linkedin.configuration.redirect-uri* | Application redirect URI, although the component never redirects to this page to avoid having to have a functioning redirect server. For testing, one could use https://localhost. | | String | *camel.component.linkedin.configuration.scopes* | List of LinkedIn scopes as specified at https://developer.linkedin.com/documents/authentication#granting | | OAuthScope[] -| *camel.component.linkedin.configuration.secure-storage* | Callback interface for providing an OAuth token or to store the token generated by the component. The callback should return null on the first call and then save the created token in the saveToken() callback. If the callback returns null the first time, a userPassword MUST be provided | | OAuthSecureStorage +| *camel.component.linkedin.configuration.secure-storage* | Callback interface for providing an OAuth token or to store the token generated by the component. The callback should return null on the first call and then save the created token in the saveToken() callback. If the callback returns null the first time, a userPassword MUST be provided. | | OAuthSecureStorage | *camel.component.linkedin.configuration.user-name* | LinkedIn user account name, MUST be provided | | String | *camel.component.linkedin.configuration.user-password* | LinkedIn account password | | String | *camel.component.linkedin.enabled* | Enable linkedin component | true | Boolean