summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/request/CMSRequestInfos.java
Commit message (Collapse)AuthorAgeFilesLines
* Enabled authentication for key services.Endi Sukma Dewata2012-10-291-4/+22
| | | | | | | | 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
* Reorganized REST common classes.Endi Sukma Dewata2012-08-151-0/+59
The common classes used by REST client and services have been moved into the com.netscape.certsrv.<component> packages. Ticket #215