Hi, everyone. I'm trying to implement a login service against the Abiquo API, and I'd like to know if there is already an accessible utility in jClouds for doing this. The piece of code I'm currently developing will serve as a gateweay between an external portal (which captures the user's credentials) and the Abiquo services, and will be responsible for retrieving the authentication token generated by the server for the session in course and the locale for the logged user. In my previous attempt (before discovering jClouds), I invoked directly the Abiquo Login API<http://wiki.abiquo.com/display/ABI24/LoginResource#LoginResource-LoginResource> through Jersey and parsed the HTTP headers to fetch the authentication token cookie. Is there any easy way to do something similar with jClouds? Thanks in advance!
[cid:[email protected]]
<<inline: image001.jpg>>
