From b0bca63ac46e079e3a21ed1c4d6fd532966568d0 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Sun, 29 Apr 2012 19:44:56 -0700 Subject: Provide CA EE Restful interface and test client. Tickets #144 and #145 Providing the following: 1. Simple EE restful interface for certificates, printing, listing and searching. 2. Simple EE restful interface for certificate enrollment requests. 3. Simple EE restful interface for profiles and profile properties. 4. Simple Test client to exercise the functionality. 5. Created restful client base class inherited by CARestClient and DRMRestClient. 6. Provide simple restful implementations of new interfaces added. ToDO: Need some more refactoring to base classes for some of the new classes which are similar to classes in the DRM restful area. ToDO: Actual certificate enrollment code that will be refactored from existing ProfileSubmitServlet. Provide CA EE Restful interface and test client review fixes. --- .classpath | 1 + 1 file changed, 1 insertion(+) (limited to '.classpath') diff --git a/.classpath b/.classpath index cb9c52f1e..b07126a31 100644 --- a/.classpath +++ b/.classpath @@ -15,6 +15,7 @@ + -- cgit