Asaf Shakarchi has uploaded a new change for review. 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 <[email protected]> --- 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, 15 insertions(+), 13 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/5812/1 -- To view, visit http://gerrit.ovirt.org/5812 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ica8e21d3030f9281200c21902c254cce3afea6c3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Asaf Shakarchi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
