summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/client
Commit message (Collapse)AuthorAgeFilesLines
* Ticket 149 - Implementing the search functionality,server side.Abhishek Koneru2012-08-132-3/+18
| | | | | | | | | Search function call supporting various already present. Changes the ds call from searchCertificates to CertificateRepository.findCertRecords(). Added pagination using start and size options . provided in command line. Conflicts: base/common/src/com/netscape/cms/client/cert/CertRestClient.java
* Feature : Search certificate request interface in CLI.(Ticket 150)Abhishek Koneru2012-08-132-15/+305
| | | | | | | | | pki-cert-find <filename> [OPTIONS] Available search options pki-cert-find - lists all the certificates. pki-cert-find --input <filename> - reads the search criteria from the file (Unmarshalled CertSearchData object) pki-cert-find [Options] - custom build of search criteria pki-cert-find --help - shows all the available options.
* Added support for basic authentication.Endi Sukma Dewata2012-07-302-0/+24
| | | | | | | | | | | | | | 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-3014-181/+358
| | | | | | | | 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
* Cert CLI - cert-request-review and cert-request-approve implementationsAbhishek Koneru2012-07-304-0/+184
|
* Use only pluralized REST interface URLsAde Lee2012-07-241-6/+3
|
* Changes for CertRequestSubmitCLI feature addition.Abhishek Koneru2012-07-193-0/+95
| | | | | | Allows the user to send a certificate request through cli. Command : pki cert-request-submit <filename>
* Fixed client cert authentication problem.Endi Sukma Dewata2012-07-121-1/+1
| | | | | | | The CertRestClient has been fixed to pass the client certificate nickname to the CMSRestClient class to configure the SSLSocket properly. Ticket #161
* Added cert revocation CLI.Endi Sukma Dewata2012-07-1110-1/+771
| | | | | | The cert revocation CLI provides a tool to revoke and unrevoke certificates. Ticket #161
* Added cert revocation REST service.Endi Sukma Dewata2012-07-114-14/+24
| | | | | | | The cert revocation REST service is based on DoRevoke and DoUnrevoke servlets. It provides an interface to manage certificate revocation. Ticket #161
* Added REST error handler.Endi Sukma Dewata2012-06-272-6/+6
| | | | | | | 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-3112-0/+847
| | | | | | | This patch provides a tool to manage groups and group members via command line. Ticket #160
* Added user CLI.Endi Sukma Dewata2012-05-3113-0/+1397
The user CLI provides a tool to manage users and user certificates. Ticket #160