Change in ovirt-engine[master]: rest: Allow user level login (#816240)

Oved Ourfali has submitted this change and it was merged. Change subject: rest: Allow user level login (#816240) ...................................................................... rest: Allow user level login (#816240) https://bugzilla.redhat.com/816240 - Support for user level login by supporting user login in Backend Login method. - Login validation is based on LoginUser action now. - Eliminated the object level cache for the 'filtered' property as Spring caches the beans which causes the same resource instances to be used across HTTP requests. Change-Id: Ica8e21d3030f9281200c21902c254cce3afea6c3 Signed-off-by: Asaf Shakarchi <asaf@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BaseBackendResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/security/auth/LoginValidator.java 3 files changed, 7 insertions(+), 11 deletions(-) Approvals: Oved Ourfali: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5812 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ica8e21d3030f9281200c21902c254cce3afea6c3 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Asaf Shakarchi <asaf@redhat.com> Gerrit-Reviewer: Asaf Shakarchi <asaf@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com>
participants (1)
-
oourfali@redhat.com