summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/system
Commit message (Collapse)AuthorAgeFilesLines
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-292-1/+48
| | | | | | | | | | The pki-client.jar has been split and merged into pki-certsrv.jar and pki-tools.jar. The REST client classes are now packaged in com.netscape.certsrv.<component> packages. The REST CLI classes are now packaged in com.netscape.cmstools.<component> packages. The "pki" script has been moved into pki-tools RPM package. Ticket #215
* Fixed REST common class dependency.Endi Sukma Dewata2012-08-151-17/+0
| | | | | | | | | The ConfigurationResponse previously has a method that uses a class that exists on the server only, creating a dependency issue since the ConfigurationResponse will be used by the client as well. The method now has been moved into a separate factory class. Ticket #259
* Reorganized REST common classes.Endi Sukma Dewata2012-08-1510-0/+1595
The common classes used by REST client and services have been moved into the com.netscape.certsrv.<component> packages. Ticket #215