summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src/com/netscape/cmstools/user
Commit message (Collapse)AuthorAgeFilesLines
* Enabled authentication for key services.Endi Sukma Dewata2012-10-291-1/+1
| | | | | | | | The web.xml in KRA has been modified to enable the authentication for key and key request services. Some tools have been added to access the services via command-line. Ticket #376
* Added PKIConnection.Endi Sukma Dewata2012-10-181-2/+1
| | | | | | | | | The code in PKIClient has been refactored into PKIConnection such that a single connection object can be used by several REST clients. The PKIClient will remain the base class for all REST clients. Ticket #357
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-2910-0/+941
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