summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/client/group/GroupRestClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up REST client class names.Endi Sukma Dewata2012-08-151-89/+0
| | | | | | | The REST client classes have been renamed for better clarity and consistency. Ticket #259
* Added ClientConfig.Endi Sukma Dewata2012-07-301-6/+3
| | | | | | | | A new ClientConfig class has been added to encapsulate client configuration parameters. These parameters include server URI, certificate database, certificate nickname, and password. Ticket #107
* Added REST error handler.Endi Sukma Dewata2012-06-271-3/+3
| | | | | | | A new getEntity() method has been added to obtain the entity from a Response object and also map HTTP errors into exceptions. Ticket #161
* Added group CLI.Endi Sukma Dewata2012-05-311-0/+92
This patch provides a tool to manage groups and group members via command line. Ticket #160