summaryrefslogtreecommitdiffstats
path: root/base/server/cms/src/com/netscape/cms/servlet/request/CMSRequestDAO.java
Commit message (Collapse)AuthorAgeFilesLines
* Added realm to methods for listing requests and keysAde Lee2016-04-201-0/+6
| | | | | | | | | | | 1. Added query parameters for the realm. If a realm is specified, then only the key requests and keys associated with the realm are returned. If no realm is specified, then only those requests and keys without a realm are returned. 2. Added parameters to keyClient and the CLI Part of Trac Ticket #2041
* Added paging on all find commands.Endi S. Dewata2013-11-141-3/+6
| | | | | | The find commands in some REST services have been modified to support paging to be consistent with others. The other find commands have been cleaned up as well.
* Reorganized server packages.Endi S. Dewata2013-10-251-0/+163
The tomcat, cms, and cmscore packages have been moved from base/common into separate folders in base/server so that they can be built separately.