[GitHub] syncope pull request #:

2016-08-11 Thread ilgrosso
Github user ilgrosso commented on the pull request:


https://github.com/apache/syncope/commit/dae8e14a747b1501072a6cce991f954e01dc6098#commitcomment-18603844
  
In src/main/asciidoc/reference-guide/concepts/typemanagement.adoc:
In src/main/asciidoc/reference-guide/concepts/typemanagement.adoc on line 
157:
This should remain as original, as it means "For all 'any types' defined"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (SYNCOPE-880) Identity Recertification

2016-08-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15416719#comment-15416719
 ] 

ASF GitHub Bot commented on SYNCOPE-880:


Github user ilgrosso commented on a diff in the pull request:

https://github.com/apache/syncope/pull/26#discussion_r74380625
  
--- Diff: 
core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/entity/user/JPAUser.java
 ---
@@ -184,6 +185,14 @@
 @Column(nullable = true)
 private String securityAnswer;
 
+@Column(nullable = true)
+private String lastRecertificator;
+
+@Column(nullable = true)
+@Temporal(TemporalType.TIMESTAMP)
+private Date lastRecertificion;
--- End diff --

Fix spell `lastRecertification`


> Identity Recertification
> 
>
> Key: SYNCOPE-880
> URL: https://issues.apache.org/jira/browse/SYNCOPE-880
> Project: Syncope
>  Issue Type: New Feature
>  Components: core
>Reporter: Nicola Scendoni
>Assignee: Nicola Scendoni
>Priority: Minor
> Fix For: 2.0.0
>
>
> Identify Re-certification is required for many national and international 
> standards like SOX, GxP, etc.
> The idea is to implement one scheduled task that filter users basing on some 
> attributes (example: last recertification date, role,...) and move then on 
> one state "to be certified" and assign one task to some group that has the 
> responsibility to recertified the user, or delete it from the system.
> Some report should report evidence about when the users have been recertified 
> and who was the certifier.
>  
> This feature would be also the starting point to create account, role and 
> groups re-certifications.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] syncope pull request #26: [SYNCOPE-880] Identity Recertification

2016-08-11 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request:

https://github.com/apache/syncope/pull/26#discussion_r74380625
  
--- Diff: 
core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/entity/user/JPAUser.java
 ---
@@ -184,6 +185,14 @@
 @Column(nullable = true)
 private String securityAnswer;
 
+@Column(nullable = true)
+private String lastRecertificator;
+
+@Column(nullable = true)
+@Temporal(TemporalType.TIMESTAMP)
+private Date lastRecertificion;
--- End diff --

Fix spell `lastRecertification`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] syncope pull request #26: [SYNCOPE-880] Identity Recertification

2016-08-11 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request:

https://github.com/apache/syncope/pull/26#discussion_r74380553
  
--- Diff: 
core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/entity/user/User.java
 ---
@@ -96,4 +96,12 @@
 
 List getRoles();
 
+String getLastRecertificator();
+
+void setLastRecertificator(String lastRecertificator);
+
+Date getLastRecertificion();
--- End diff --

Fix spell: `getLastRecertification()`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (SYNCOPE-880) Identity Recertification

2016-08-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15416716#comment-15416716
 ] 

ASF GitHub Bot commented on SYNCOPE-880:


Github user ilgrosso commented on a diff in the pull request:

https://github.com/apache/syncope/pull/26#discussion_r74380553
  
--- Diff: 
core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/entity/user/User.java
 ---
@@ -96,4 +96,12 @@
 
 List getRoles();
 
+String getLastRecertificator();
+
+void setLastRecertificator(String lastRecertificator);
+
+Date getLastRecertificion();
--- End diff --

Fix spell: `getLastRecertification()`


> Identity Recertification
> 
>
> Key: SYNCOPE-880
> URL: https://issues.apache.org/jira/browse/SYNCOPE-880
> Project: Syncope
>  Issue Type: New Feature
>  Components: core
>Reporter: Nicola Scendoni
>Assignee: Nicola Scendoni
>Priority: Minor
> Fix For: 2.0.0
>
>
> Identify Re-certification is required for many national and international 
> standards like SOX, GxP, etc.
> The idea is to implement one scheduled task that filter users basing on some 
> attributes (example: last recertification date, role,...) and move then on 
> one state "to be certified" and assign one task to some group that has the 
> responsibility to recertified the user, or delete it from the system.
> Some report should report evidence about when the users have been recertified 
> and who was the certifier.
>  
> This feature would be also the starting point to create account, role and 
> groups re-certifications.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] syncope pull request #26: [SYNCOPE-880] Identity Recertification

2016-08-11 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request:

https://github.com/apache/syncope/pull/26#discussion_r74380581
  
--- Diff: 
core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/entity/user/User.java
 ---
@@ -96,4 +96,12 @@
 
 List getRoles();
 
+String getLastRecertificator();
+
+void setLastRecertificator(String lastRecertificator);
+
+Date getLastRecertificion();
+
+void setLastRecertificion(Date lastRecertificion);
--- End diff --

Fix spell: setLastRecertification(Date lastRecertification)`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (SYNCOPE-880) Identity Recertification

2016-08-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15416718#comment-15416718
 ] 

ASF GitHub Bot commented on SYNCOPE-880:


Github user ilgrosso commented on a diff in the pull request:

https://github.com/apache/syncope/pull/26#discussion_r74380581
  
--- Diff: 
core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/entity/user/User.java
 ---
@@ -96,4 +96,12 @@
 
 List getRoles();
 
+String getLastRecertificator();
+
+void setLastRecertificator(String lastRecertificator);
+
+Date getLastRecertificion();
+
+void setLastRecertificion(Date lastRecertificion);
--- End diff --

Fix spell: setLastRecertification(Date lastRecertification)`


> Identity Recertification
> 
>
> Key: SYNCOPE-880
> URL: https://issues.apache.org/jira/browse/SYNCOPE-880
> Project: Syncope
>  Issue Type: New Feature
>  Components: core
>Reporter: Nicola Scendoni
>Assignee: Nicola Scendoni
>Priority: Minor
> Fix For: 2.0.0
>
>
> Identify Re-certification is required for many national and international 
> standards like SOX, GxP, etc.
> The idea is to implement one scheduled task that filter users basing on some 
> attributes (example: last recertification date, role,...) and move then on 
> one state "to be certified" and assign one task to some group that has the 
> responsibility to recertified the user, or delete it from the system.
> Some report should report evidence about when the users have been recertified 
> and who was the certifier.
>  
> This feature would be also the starting point to create account, role and 
> groups re-certifications.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-700) Documentation artifacts

2016-08-11 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15416634#comment-15416634
 ] 

ASF subversion and git services commented on SYNCOPE-700:
-

Commit 9aea42ba0b7744a822ec9ca14e6eb5ca0c142455 in syncope's branch 
refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=9aea42b ]

[SYNCOPE-700] Backporting some grammar fixes from 
15c34e7644fb797dff42ab7e9e153d2264da9cd2 to getting started


> Documentation artifacts
> ---
>
> Key: SYNCOPE-700
> URL: https://issues.apache.org/jira/browse/SYNCOPE-700
> Project: Syncope
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Francesco Chicchiriccò
>Assignee: Francesco Chicchiriccò
> Fix For: 2.0.0
>
>
> As [discussed|http://markmail.org/message/dpleneuzrfcsmq2r] in mailing list, 
> setup the {{asciidoctor-maven-plugin}} in order to generate, alongside with 
> the build, the project documentation in HTML and PDF.
> The generated documentation will then be part of release artifacts and always 
> up-to-date with current release.
> Preliminary results available at 
> http://syncope.apache.org/2.0.0-SNAPSHOT/docs/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)