From 1723a2ecd9d4d741ecd6d292712eeaea9d19bde9 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 8 Oct 2012 14:50:26 -0500 Subject: Added REST account service. A REST account service has been added to allow client to login to establish a session and to logout to destroy the session. This way multiple operations can be executed using the same session without having to re-authenticate. Ticket #357 --- base/kra/shared/webapps/kra/WEB-INF/web.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'base/kra/shared/webapps/kra/WEB-INF/web.xml') diff --git a/base/kra/shared/webapps/kra/WEB-INF/web.xml b/base/kra/shared/webapps/kra/WEB-INF/web.xml index 1a5b6aaf5..03def86c7 100644 --- a/base/kra/shared/webapps/kra/WEB-INF/web.xml +++ b/base/kra/shared/webapps/kra/WEB-INF/web.xml @@ -954,6 +954,19 @@ 30 + + + Account Services + /rest/account/* + + + * + + + CONFIDENTIAL + + +