From commits-return-11104-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Fri Mar 30 12:48:55 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D360D180647 for ; Fri, 30 Mar 2018 12:48:54 +0200 (CEST) Received: (qmail 3286 invoked by uid 500); 30 Mar 2018 10:48:53 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 3276 invoked by uid 99); 30 Mar 2018 10:48:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2018 10:48:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 547D8EB4F4; Fri, 30 Mar 2018 10:48:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Fri, 30 Mar 2018 10:48:53 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] syncope git commit: Adding references to ConnId Connector Bundles coming with Syncope Repository: syncope Updated Branches: refs/heads/2_0_X ce4a6faac -> 3da89479b refs/heads/master 80083118c -> 16c4f5be0 Adding references to ConnId Connector Bundles coming with Syncope Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/3da89479 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/3da89479 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/3da89479 Branch: refs/heads/2_0_X Commit: 3da89479b9251d15364004d5d1e054ad38883f23 Parents: ce4a6fa Author: Francesco Chicchiriccò Authored: Fri Mar 30 12:48:30 2018 +0200 Committer: Francesco Chicchiriccò Committed: Fri Mar 30 12:48:30 2018 +0200 ---------------------------------------------------------------------- .../reference-guide/concepts/externalresources.adoc | 16 ++++++++++++++++ .../workingwithapachesyncope/customization.adoc | 2 +- .../configureconnidlocations.adoc | 2 +- .../systemadministration/connectorbundles.adoc | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/3da89479/src/main/asciidoc/reference-guide/concepts/externalresources.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc index 2fb6da9..d886191 100644 --- a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc +++ b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc @@ -29,6 +29,22 @@ provisioning. For each entity supported by the related connector bundle (user, g <> information can be specified. **** +==== Connector Bundles + +Several Connector Bundles come included with Apache Syncope: + +* https://connid.atlassian.net/wiki/pages/viewpage.action?pageId=360482[Active Directory^] +* https://connid.atlassian.net/wiki/display/BASE/Azure[Azure^] +* https://connid.atlassian.net/wiki/display/BASE/CSV+Directory[CSV Directory^] +* https://connid.atlassian.net/wiki/spaces/BASE/pages/360497/Database+Table[Database Table^] and +https://connid.atlassian.net/wiki/spaces/BASE/pages/5570564/Scripted+SQL[Scripted SQL^] +* https://connid.atlassian.net/wiki/display/BASE/Google+Apps[Google Apps^] +* https://connid.atlassian.net/wiki/display/BASE/LDAP[LDAP^] +* https://connid.atlassian.net/wiki/display/BASE/REST[Scripted REST^] +* https://connid.atlassian.net/wiki/display/BASE/SOAP[SOAP^] + +More Connector Bundles can be <>, if needed. + ==== Connector Instance details When defining a connector instance, the following information must be provided: http://git-wip-us.apache.org/repos/asf/syncope/blob/3da89479/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc index 62c4fc2..4c46ef1 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc @@ -82,7 +82,7 @@ extensions need to be explicitly selected and enabled, as shown in the following **** Apache Syncope needs three base directories to be defined: -* bundles - where the <> are stored; +* bundles - where the <> are stored; * log - where all the system logs are written; * conf (optional) - where configuration files are located, if overriding the default values is needed. http://git-wip-us.apache.org/repos/asf/syncope/blob/3da89479/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configureconnidlocations.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configureconnidlocations.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configureconnidlocations.adoc index 74dade5..391038a 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configureconnidlocations.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configureconnidlocations.adoc @@ -18,7 +18,7 @@ // ==== Configure ConnId locations -Apache Syncope can be configured to use either local or remote <>: +Apache Syncope can be configured to use either local or remote <>: * *local* connector bundles are located somewhere in the same filesystem where the Java EE container running Apache Syncope is deployed; http://git-wip-us.apache.org/repos/asf/syncope/blob/3da89479/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/connectorbundles.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/connectorbundles.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/connectorbundles.adoc index 7318345..76e492c 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/connectorbundles.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/connectorbundles.adoc @@ -18,7 +18,7 @@ // ==== Install connector bundles -<> are made available as JAR files and can be configured, for a given deployment: +<> are made available as JAR files and can be configured, for a given deployment: * for Maven project, in local sources; * for all distributions, at run-time. @@ -29,7 +29,7 @@ First of all, verify which connector bundles are predefined in your project by looking at your project's parent ifeval::["{snapshotOrRelease}" == "release"] -http://central.maven.org/maven2/org/apache/syncope/syncope/2.0.0-M4/{docVersion}[POM^]. +http://central.maven.org/maven2/org/apache/syncope/syncope/{docVersion}[POM^]. endif::[] ifeval::["{snapshotOrRelease}" == "snapshot"] https://repository.apache.org/content/groups/snapshots/org/apache/syncope/syncope/{docVersion}[POM^].