Juan Hernandez has uploaded a new change for review. Change subject: core: Extract authz check from IsUserAutorizedToRunAction ......................................................................
core: Extract authz check from IsUserAutorizedToRunAction Extract to a new checkUserAuthorization method the simple authorization logic contained in IsUserAutorizedToRunAction. This allows reuse of this logic outside of that method. Change-Id: Ib11f6ca9f638d3449143890560558c86344d50ae --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 85 insertions(+), 63 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/92/2192/1 -- To view, visit http://gerrit.ovirt.org/2192 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib11f6ca9f638d3449143890560558c86344d50ae Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
