summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/servlet/csadmin/model
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized REST common classes.Endi Sukma Dewata2012-08-158-1512/+0
| | | | | | | The common classes used by REST client and services have been moved into the com.netscape.certsrv.<component> packages. Ticket #215
* Cleaned up REST common class names.Endi Sukma Dewata2012-08-153-48/+49
| | | | | | | The REST common classes have been renamed for better clarity and consistency. Ticket #259
* RESTful servlet to configure system in a single servlet.Ade Lee2012-05-018-0/+1511
Installation code common to the panels and the installation servlet are extracted to a ConfigurationUtils file. The panel code will be cleaned up to use the code in this class in a later commit. Contains restful client and test driver code. The test driver code should be modified and placed in a junit/system test framework. Installation has been tested to work with the following installations: master CA, clone CA, KRA, OCSP, TKS, subordinate CA, CA signed by external CA (parts 1 and 2). Ticket #155