Yair Zaslavsky has submitted this change and it was merged.

Change subject: core: adding ValidateSession query + servlet
......................................................................


core: adding ValidateSession query + servlet

This commit adds a validate session query, that given a session ID
it checks whether it exists, and return the user logged in this
session. This query will be used in the reports server integration, to
support reports SSO.

Change-Id: I250628c78e48bc5eec0fd725e12878bef5e1cb8c
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
A 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ValidateSessionQuery.java
A 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ValidateSessionQueryTest.java
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java
A 
frontend/wars/rmw-war/src/main/java/org/ovirt/engine/core/validate/ValidateSession.java
M frontend/wars/rmw-war/src/main/webapp/WEB-INF/web.xml
6 files changed, 189 insertions(+), 0 deletions(-)

Approvals:
  Yair Zaslavsky: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/3338
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I250628c78e48bc5eec0fd725e12878bef5e1cb8c
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to