You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "fabio martelli (JIRA)" <ji...@apache.org> on 2014/06/25 14:14:25 UTC

[jira] [Updated] (SYNCOPE-471) Provide matching/unmatchig rule management for push tasks

     [ https://issues.apache.org/jira/browse/SYNCOPE-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fabio martelli updated SYNCOPE-471:
-----------------------------------

    Description: 
Provide matching/unmatching rule management:

Unmatching (user found on syncope but not on the resource and viceversa):
* IGNORE (Do not perform any action);
* UNLINK (Just unlink resource without performing any (de-)provisioning operation; in case of sync task UNLINK and IGNORE will coincide);
* ASSIGN (Link the resource and create entity);
* PROVISION (Create entity without linking the resource).

Matching (users found on syncope and on the resource):
* IGNORE (Do not perform any action);
* UPDATE (Update matching entity);
* DEPROVISION (Delete resource entity);
* UNASSIGN (Unlink resource and delete resource entity) ;
* UNLINK (Just unlink resource without performing any (de-)provisioning operation);
* LINK (Just link resource without performing any (de-)provisioning operation).

  was:
Provide matching/unmatching rule management:

Unmatching (user found on syncope but not on the resource):
* ignore;
* unlink the resource (keep user on syncope and remove resource link)
* create (create user on resource - if create capability is given)
* delete (remove user on syncope)

Matching (users found on syncope and on the resource):
* ignore
* update
* unlink (perform deprovisioning - if delete capability is given)
* delete (delete on syncope and perform deprovisioning - if delete capability is given) 


> Provide matching/unmatchig rule management for push tasks
> ---------------------------------------------------------
>
>                 Key: SYNCOPE-471
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-471
>             Project: Syncope
>          Issue Type: Sub-task
>          Components: console, core
>    Affects Versions: 1.2.0
>            Reporter: fabio martelli
>            Assignee: fabio martelli
>             Fix For: 1.2.0
>
>
> Provide matching/unmatching rule management:
> Unmatching (user found on syncope but not on the resource and viceversa):
> * IGNORE (Do not perform any action);
> * UNLINK (Just unlink resource without performing any (de-)provisioning operation; in case of sync task UNLINK and IGNORE will coincide);
> * ASSIGN (Link the resource and create entity);
> * PROVISION (Create entity without linking the resource).
> Matching (users found on syncope and on the resource):
> * IGNORE (Do not perform any action);
> * UPDATE (Update matching entity);
> * DEPROVISION (Delete resource entity);
> * UNASSIGN (Unlink resource and delete resource entity) ;
> * UNLINK (Just unlink resource without performing any (de-)provisioning operation);
> * LINK (Just link resource without performing any (de-)provisioning operation).



--
This message was sent by Atlassian JIRA
(v6.2#6252)