summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/servlet/key/KeyResourceService.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge most DAO objects into the ResourceService filesAde Lee2012-07-251-8/+153
|
* Use only pluralized REST interface URLsAde Lee2012-07-241-0/+50
|
* Added cert revocation REST service.Endi Sukma Dewata2012-07-111-7/+7
| | | | | | | The cert revocation REST service is based on DoRevoke and DoUnrevoke servlets. It provides an interface to manage certificate revocation. Ticket #161
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-091-10/+10
| | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
* Added CMSException.Endi Sukma Dewata2012-03-301-5/+0
| | | | | | | | | | The CMSException was added to simplify error handling in REST services. The exception may include an error message and some other attributes. When the server throws a CMSException (or its subclass), the exception will be marshalled into XML and unmarshalled by the client, then thrown again as a new exception which can be caught by the application. Ticket #100
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+129
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131