You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/07/01 11:03:03 UTC

[2/3] syncope git commit: [SYNCOPE-700] Initial changes

[SYNCOPE-700] Initial changes


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9932efac
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9932efac
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9932efac

Branch: refs/heads/master
Commit: 9932efacf755d9d0ee3abb12dc613c3dcbd01538
Parents: 88bbb56
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Jul 1 12:58:52 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Jul 1 12:58:52 2016 +0200

----------------------------------------------------------------------
 pom.xml                                         |  4 +-
 .../concepts/provisioning/provisioning.adoc     |  4 +-
 src/main/asciidoc/iam/iam.adoc                  |  2 +-
 src/main/asciidoc/iam/provisioningengines.adoc  |  2 +-
 src/main/asciidoc/introduction/followus.adoc    | 58 --------------------
 .../asciidoc/introduction/introduction.adoc     |  2 -
 .../adminconsole/extensions.adoc                |  8 +--
 .../adminconsole/introduction.adoc              |  9 +--
 .../adminconsole/realms.adoc                    |  2 +-
 .../adminconsole/reports.adoc                   |  6 ++
 .../workingwithapachesyncope.adoc               |  2 +-
 11 files changed, 23 insertions(+), 76 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e8a731b..be6f7d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1935,7 +1935,7 @@ under the License.
                       <link>http://camel.apache.org/maven/current/camel-core/apidocs/</link>
                       <link>http://camel.apache.org/maven/current/camel-spring/apidocs/</link>
                       <link>https://ci.apache.org/projects/wicket/apidocs/7.x/</link>
-                      <link>http://docs.spring.io/spring/docs/4.2.x/javadoc-api/</link>
+                      <link>http://docs.spring.io/spring/docs/4.3.x/javadoc-api/</link>
                       <link>http://docs.spring.io/spring-security/site/docs/4.0.x/apidocs/</link>
                       <link>http://activiti.org/javadocs/</link>
                     </links>
@@ -1960,7 +1960,7 @@ under the License.
                 <phase>post-site</phase>
                 <configuration>
                   <target>
-                    <replace dir="${rootpom.basedir}/target/site" token="48px" value="70px">
+                    <replace dir="${rootpom.basedir}/target/site" token="48px" value="71px">
                       <include name="**/*.html" />
                     </replace>
                     <replace dir="${rootpom.basedir}/target/site" token="dropdown-toggle&quot;" value="dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;">

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/concepts/provisioning/provisioning.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/concepts/provisioning/provisioning.adoc b/src/main/asciidoc/concepts/provisioning/provisioning.adoc
index 6aea2c6..4a9c957 100644
--- a/src/main/asciidoc/concepts/provisioning/provisioning.adoc
+++ b/src/main/asciidoc/concepts/provisioning/provisioning.adoc
@@ -28,10 +28,10 @@ or more external resources.
 
 include::connectors.adoc[]
 
-include::propagation.adoc[]
-
 include::resources.adoc[]
 
+include::propagation.adoc[]
+
 include::push.adoc[]
 
 include::pull.adoc[]

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/iam/iam.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/iam/iam.adoc b/src/main/asciidoc/iam/iam.adoc
index c415786..d5f3b76 100644
--- a/src/main/asciidoc/iam/iam.adoc
+++ b/src/main/asciidoc/iam/iam.adoc
@@ -24,7 +24,7 @@ its best practices. On the other hand, many softwares have unorthodox implementa
 both of them.
 However, in general as suggested by their name, the access management basically handles the access in a certain
 environment providing some kind of credentials; on the contrary the identity management handles the digital identity
-profile and its life circle.
+profile and its lifecycle.
 Apache Syncope is an identity manager.
 
 include::identitystores.adoc[]

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/iam/provisioningengines.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/iam/provisioningengines.adoc b/src/main/asciidoc/iam/provisioningengines.adoc
index 9786f4c..8496b13 100644
--- a/src/main/asciidoc/iam/provisioningengines.adoc
+++ b/src/main/asciidoc/iam/provisioningengines.adoc
@@ -18,7 +18,7 @@
 //
 === Provisioning Engines
 A provisioning engine is a software able to execute some operation on the profile of a digital identity.
-Precisely this operation could be run to manage a user life circle, the _CRUD_ operation to persist the user on an
+Precisely this operation could be run to manage a user lifecycle, the _CRUD_ operation to persist the user on an
 identity store:
 
 * Create

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/introduction/followus.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/introduction/followus.adoc b/src/main/asciidoc/introduction/followus.adoc
deleted file mode 100644
index 2e9c2d0..0000000
--- a/src/main/asciidoc/introduction/followus.adoc
+++ /dev/null
@@ -1,58 +0,0 @@
-//
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-//
-=== Follow us
-Syncope offers several ways to be updated with the last release and so on:
-
-User Mailing List::
-
-** To subscribe: user-subscribe@syncope.apache.org;
-** To unsubscribe: user-unsubscribe@syncope.apache.org;
-** To post: user@syncope.apache.org.
-
-Developer Mailing List::
-
-** To subscribe: dev-subscribe@syncope.apache.org;
-** To unsubscribe: dev-unsubscribe@syncope.apache.org;
-** To post: dev@syncope.apache.org.
-
-Commits Mailing List::
-
-** To subscribe: commits-subscribe@syncope.apache.org;
-** To unsubscribe: commits-unsubscribe@syncope.apache.org;
-** To post: commits@syncope.apache.org.
-
-IRC channel::
-Joining the #apache-syncope channel on FreeNode.
-
-Twitter::
-Following this https://twitter.com/syncopeidm[account]
-
-LinkedIn::
-Following this https://www.linkedin.com/groups/4425008[group]
-
-Facebook::
-Following this https://www.facebook.com/Apache-Syncope-206598276137418[page]
-
-Google plus::
-Following this https://plus.google.com/communities/112603045853109142588[community]
-
-Youtube::
-Following this https://www.youtube.com/channel/UCkrSQVb5Qzb13crS1kCOiQQ[channel]
-
-Moreover there is an online demo going to http://syncopedemo.tirasa.net/[this URL].
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/introduction/introduction.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/introduction/introduction.adoc b/src/main/asciidoc/introduction/introduction.adoc
index 41b7b4f..15a8f9b 100644
--- a/src/main/asciidoc/introduction/introduction.adoc
+++ b/src/main/asciidoc/introduction/introduction.adoc
@@ -24,5 +24,3 @@ Java EE technology and released under the Apache 2.0 license.
 include::digitalidentity.adoc[]
 
 include::history.adoc[]
-
-include::followus.adoc[]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/workingwithapachesyncope/adminconsole/extensions.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/workingwithapachesyncope/adminconsole/extensions.adoc b/src/main/asciidoc/workingwithapachesyncope/adminconsole/extensions.adoc
index cafb6ee..2b67000 100644
--- a/src/main/asciidoc/workingwithapachesyncope/adminconsole/extensions.adoc
+++ b/src/main/asciidoc/workingwithapachesyncope/adminconsole/extensions.adoc
@@ -18,9 +18,9 @@
 //
 
 ===== Extensions
-The extensions tab allows the user to configure the extensions installed on the syncope
-deployment. By default, the syncope deployment comes with an extension named Apache Camel. The
-user can use this tab to view the routes added for users, groups and objects for camel.
+The extensions tab shows the extensions installed on the given Apache Syncope deployment.
 
-image::consoleCamelExtension.png[console-camel-extension]
+Among the available extensions, the one for Apache Camel-based provisioning is often installed: users can inspect the
+performance measures for the various routes defined.
 
+image::consoleCamelExtension.png[console-camel-extension]

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/workingwithapachesyncope/adminconsole/introduction.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/workingwithapachesyncope/adminconsole/introduction.adoc b/src/main/asciidoc/workingwithapachesyncope/adminconsole/introduction.adoc
index 35be31d..6a016cf 100644
--- a/src/main/asciidoc/workingwithapachesyncope/adminconsole/introduction.adoc
+++ b/src/main/asciidoc/workingwithapachesyncope/adminconsole/introduction.adoc
@@ -18,15 +18,16 @@
 //
 
 ==== Introduction
-Once the syncope installation has been deployed to a server, you can go to the following url to access the console.
+Once Apache Syncope applications have been deployed, you can go to the following url to access the admin console.
 [source]
 --
-http://localhost:9080/syncope-console/
+http://host:port/syncope-console/
 --
 
+where `host` and `port` reflect your Java EE container installation.
+
 You should be greeted with the following web page.
 
 image::consoleLogin.png[console-login]
 
-The default admin password for a fresh installation is "password". Enter your credentials and
-press Login.
+The default admin password for a fresh installation is "password". Enter your credentials and press Login.

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/workingwithapachesyncope/adminconsole/realms.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/workingwithapachesyncope/adminconsole/realms.adoc b/src/main/asciidoc/workingwithapachesyncope/adminconsole/realms.adoc
index 833fb8a..3f9d89f 100644
--- a/src/main/asciidoc/workingwithapachesyncope/adminconsole/realms.adoc
+++ b/src/main/asciidoc/workingwithapachesyncope/adminconsole/realms.adoc
@@ -18,7 +18,7 @@
 //
 
 ===== Realms
-The realms tab provides the admin with the power to manage users, groups and resources...
+The realms tab provides the admin with the power to manage users, groups and any objects, for all any types defined.
 
 image::realmsUser.png[console-realms-user]
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/workingwithapachesyncope/adminconsole/reports.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/workingwithapachesyncope/adminconsole/reports.adoc b/src/main/asciidoc/workingwithapachesyncope/adminconsole/reports.adoc
index 57d93ec..907b9ae 100644
--- a/src/main/asciidoc/workingwithapachesyncope/adminconsole/reports.adoc
+++ b/src/main/asciidoc/workingwithapachesyncope/adminconsole/reports.adoc
@@ -22,5 +22,11 @@ The reports tab presents the admin with the reports generated from various jobs
 deployment. These reports are displayed using report templates which can be defined for FO, HTML
 and CSV formats. This tab also allows the admin to create and edit such templates.
 
+Missing information:
+
+* reports can be run several times, each execution can be exported in the supported formats
+* reports can be defined by composing reportlet instances
+* predefined reportlets are available, more can be developed
+
 image::consoleReports.png[console-reports]
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/9932efac/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc b/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc
index a451889..9dd208e 100644
--- a/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc
+++ b/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc
@@ -27,7 +27,7 @@ include::installation/installation.adoc[]
 
 == Working with Apache Syncope
 
-=== Using the Admin Console
+include::adminconsole/adminconsole.adoc[]
 
 include::cli/cli.adoc[]