Allon Mureinik has uploaded a new change for review. Change subject: core: Login comands - clean up authenticateUser ......................................................................
core: Login comands - clean up authenticateUser Cleaned up isUserCanBeAuthenticated and AuthenticateUser methods. These methods used two RefObjects (isAdmin and isLocalBackend), which were set to false at creation, and then never updated. This these are variables are simply useless, and do nothing but uglify the code, they were removed. In case they are needed in some future usecase, they can always be added back. Change-Id: Iaa73c8399b84f39f27c4a1c24a587f782664cd91 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/LoginBaseCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/LoginUserCommand.java 2 files changed, 15 insertions(+), 23 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/55/3955/1 -- To view, visit http://gerrit.ovirt.org/3955 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaa73c8399b84f39f27c4a1c24a587f782664cd91 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches