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

Massimiliano Perrone commented on SYNCOPE-728:
----------------------------------------------

[~ilgrosso] I'm following your suggestions.
>From linked documentation:
Rather then deleting all users, a restricting search condition can be used by 
replacing line 10 with:
final String fiql = 
SyncopeClient.getUserSearchConditionBuilder().is("id").lessThan(150).query();

Why less than 150? What's the id 150?

> Delete all users
> ----------------
>
>                 Key: SYNCOPE-728
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-728
>             Project: Syncope
>          Issue Type: Sub-task
>          Components: cli
>            Reporter: Massimiliano Perrone
>            Assignee: Massimiliano Perrone
>             Fix For: 2.0.0
>
>
> Create a method to delete all users.
> This method, after a new authentication, will delete all users managed by 
> Syncope. This, for instance, will be very helpful during test phase.



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

Reply via email to