Repository: camel Updated Branches: refs/heads/master 35bd960cb -> 45b36abc0
CAMEL-10402: fix javadoc, adoc, camel-servicenow-starter Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/45b36abc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/45b36abc Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/45b36abc Branch: refs/heads/master Commit: 45b36abc088c71852e71f166cd7e46e47879af2f Parents: 35bd960 Author: lburgazzoli <lburgazz...@gmail.com> Authored: Thu Oct 20 16:46:12 2016 +0200 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Thu Oct 20 16:46:12 2016 +0200 ---------------------------------------------------------------------- .../servicenow/springboot/ServiceNowComponentConfiguration.java | 4 ++-- .../camel-servicenow/src/main/docs/servicenow-component.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/45b36abc/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java ---------------------------------------------------------------------- diff --git a/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java b/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java index e68f2a6..76e8d4a 100644 --- a/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java +++ b/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java @@ -32,11 +32,11 @@ public class ServiceNowComponentConfiguration { */ private String apiUrl; /** - * ServiceNow user account name MUST be provided + * ServiceNow user account name */ private String userName; /** - * ServiceNow account password MUST be provided + * ServiceNow account password */ private String password; /** http://git-wip-us.apache.org/repos/asf/camel/blob/45b36abc/components/camel-servicenow/src/main/docs/servicenow-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-servicenow/src/main/docs/servicenow-component.adoc b/components/camel-servicenow/src/main/docs/servicenow-component.adoc index 301c55a..7d15c0b 100644 --- a/components/camel-servicenow/src/main/docs/servicenow-component.adoc +++ b/components/camel-servicenow/src/main/docs/servicenow-component.adoc @@ -45,8 +45,8 @@ The ServiceNow component supports 6 options which are listed below. |======================================================================= | Name | Java Type | Description | apiUrl | String | The ServiceNow REST API url -| userName | String | ServiceNow user account name MUST be provided -| password | String | ServiceNow account password MUST be provided +| userName | String | ServiceNow user account name +| password | String | ServiceNow account password | oauthClientId | String | OAuth2 ClientID | oauthClientSecret | String | OAuth2 ClientSecret | oauthTokenUrl | String | OAuth token Url