summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/client/cli/MainCLI.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-291-281/+0
| | | | | | | | | | The pki-client.jar has been split and merged into pki-certsrv.jar and pki-tools.jar. The REST client classes are now packaged in com.netscape.certsrv.<component> packages. The REST CLI classes are now packaged in com.netscape.cmstools.<component> packages. The "pki" script has been moved into pki-tools RPM package. Ticket #215
* Fixed default port number in CLI help message.Endi Sukma Dewata2012-08-171-1/+1
| | | | | The CLI help message has been fixed to show the correct default port number.
* Reorganized REST client classes.Endi Sukma Dewata2012-08-151-0/+1
| | | | | | | The REST client classes have been moved into the com.netscape.cms.client.<component> packages. Ticket #215
* Added support for basic authentication.Endi Sukma Dewata2012-07-301-0/+8
| | | | | | | | | | | | | | The CMSRestClient has been modified to support basic authentication and handle HTTP redirection. The basic authentication can be used as follows: pki -U <server uri> -u <username> -w <password> user-find Some protected REST services might require secure connection. If the user tries to call these services over HTTP the CLI will handle the redirection automatically to an HTTPS port. Ticket #107
* Added ClientConfig.Endi Sukma Dewata2012-07-301-152/+121
| | | | | | | | 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 cert revocation CLI.Endi Sukma Dewata2012-07-111-1/+3
| | | | | | The cert revocation CLI provides a tool to revoke and unrevoke certificates. Ticket #161
* Added group CLI.Endi Sukma Dewata2012-05-311-0/+2
| | | | | | | This patch provides a tool to manage groups and group members via command line. Ticket #160
* Added user CLI.Endi Sukma Dewata2012-05-311-0/+299
The user CLI provides a tool to manage users and user certificates. Ticket #160