summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/account/AccountResource.java
Commit message (Collapse)AuthorAgeFilesLines
* Added REST account service.Endi Sukma Dewata2012-10-221-0/+37
A REST account service has been added to allow client to login to establish a session and to logout to destroy the session. This way multiple operations can be executed using the same session without having to re-authenticate. Ticket #357