Re: Query : get all groups of a user

2016-07-15 Thread Francesco Chicchiriccò
E-902 *De :* Francesco Chicchiriccò *À :* user@syncope.apache.org *Envoyé le :* Vendredi 8 juillet 2016 19h16 *Objet :* Re: Query : get all groups of a user Hi Adrian, nice catch, glad that you have solved! I might be able to suggest a couple of enhancements t

Re: Query : get all groups of a user

2016-07-08 Thread Adrian Gonzalez
; >      De : Adrian Gonzalez >À : "user@syncope.apache.org" ; Adrian >Gonzalez > Envoyé le : Vendredi 8 juillet 2016 16h27 > Objet : Re: Query : get all groups of a user >  >Shoot, searching since hours, and think I just found a ways,something >

Re: Query : get all groups of a user

2016-07-08 Thread Francesco Chicchiriccò
Gonzalez >À : "user@syncope.apache.org" ; Adrian >Gonzalez > Envoyé le : Vendredi 8 juillet 2016 16h27 > Objet : Re: Query : get all groups of a user > >Shoot, searching since hours, and think I just found a ways,something >like [1] should do the trick. >I

Re: Query : get all groups of a user

2016-07-08 Thread Adrian Gonzalez
.ROOT_REALM).fiql(fiql).build());     groupTOs = (List) groupTOsPage.getResult();     } Regards,Adrian De : Adrian Gonzalez À : "user@syncope.apache.org" ; Adrian Gonzalez Envoyé le : Vendredi 8 juillet 2016 16h27 Objet : Re: Query : get all groups of a user Shoot, searching sin

Re: Query : get all groups of a user

2016-07-08 Thread Adrian Gonzalez
  .fiql(fiql.query())     .build() De : Adrian Gonzalez À : "user@syncope.apache.org" Envoyé le : Vendredi 8 juillet 2016 16h14 Objet : Query : get all groups of a user Hello, Sorry, I'm a bit stuck, should be easy, but I don't find. How c

Query : get all groups of a user

2016-07-08 Thread Adrian Gonzalez
Hello, Sorry, I'm a bit stuck, should be easy, but I don't find. How can I get all the groups (and their scimid atribute) of a User with a single call to syncope ?I'm using syncope Client API and have already an instance of UserTO. >From what I see, in userTO I have the memberships, but I can't g