Re: [Users] Improvement for the oVirt java sdk

2013-03-07 Thread Morrissey, Christopher
-Chris -Original Message- From: Michael Pasternak [mailto:mpast...@redhat.com] Sent: Thursday, March 07, 2013 6:37 AM To: Morrissey, Christopher Cc: users@ovirt.org; engine-devel Subject: Re: Improvement for the oVirt java sdk On 03/04/2013 05:26 PM, Morrissey, Christopher

Re: [Users] Improvement for the oVirt java sdk

2013-03-04 Thread Morrissey, Christopher
Hi Michael, Yes, that is the case here. I'm getting the JSESSIONID from the client and passing it to our server so that it can perform REST-API calls back to oVirt under the logged in user's authenticated session. -Chris -Original Message- From: Michael Pasternak

Re: [Users] Improvement for the oVirt java sdk

2013-03-03 Thread Michael Pasternak
Hi Christopher, In general SDK abstracts the transport layer, therefore all authentication internals hidden from the user, i.e SESSION based authentication happens implicitly (by default), when you initiate SDK entry point, the story is different if you want using SSO-like login by reusing