summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/client/cert/CertRestClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up REST client class names.Endi Sukma Dewata2012-08-151-84/+0
| | | | | | | The REST client classes have been renamed for better clarity and consistency. Ticket #259
* Ticket 149 - Implementing the search functionality,server side.Abhishek Koneru2012-08-131-2/+2
| | | | | | | | | 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-131-5/+3
| | | | | | | | | 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 ClientConfig.Endi Sukma Dewata2012-07-301-10/+6
| | | | | | | | 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-301-0/+10
|
* Use only pluralized REST interface URLsAde Lee2012-07-241-6/+3
|
* Changes for CertRequestSubmitCLI feature addition.Abhishek Koneru2012-07-191-0/+9
| | | | | | 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-111-0/+74
The cert revocation CLI provides a tool to revoke and unrevoke certificates. Ticket #161