Hi Fabio and all,
2) I have to address from my application the RBAC module getting user
roles from syncope.
Again, what would be the best approach ? Use java api or bare rest
request calls ?
REST calls are the right way to do this.
I am trying to use REST calls to get syncope users and roles information
from a web service.
To do that, I need to include syncope-common-1.1.1.jar, where I can find
objects like UserTO / RoleTO, etc.
The problem is that this jar is including also services sources which
are in conflict with my war file. I would need only "client" side of the
sources or at least, only the "to" objects.
Which would be the right way to access to users and roles information ?
Is there a sort of "only client" jar which I could include in my
application to get the required information ?
Thanks a lot,
German.
Thanks a lot in advance,
German
[1]
http://svn.apache.org/viewvc/syncope/tags/syncope-1.1.1/core/src/test/java/org/apache/syncope/core/rest/