Hi, I'm implementing an authentication module for Tomcat that performs an authentication and then gets the roles out of syncope core through REST. I don't know how stable the REST interface will be so I thought of using "syncope client" as a basis since it has the *TO objects.
Unfortunately this isn't possible at the moment since the "interesting" classes are in console (UserRequestRestClient, RoleRestClient, ...) Maybe it would be a good idea to put the REST-abstractions in the client library? regards Bob
