summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src/com/netscape/cmstools/system
Commit message (Collapse)AuthorAgeFilesLines
* Resolved Trac Ticket 367 - pkidestroy does not remove connectorAde Lee2013-01-153-0/+221
| | | | | | | | | | | * Added RESTful servlet to add/remove a KRA connector from the CA. * Modified ACL to allow KRA subsystem user to remove connector. * Modified connector code to allow the connector to be replaced without a server restart. * Added functionality to pki CLI to add/remove connector * Added code to pkidestroy to remove the connector (using both pki CLI and sslget) When the issues with pki connection are resolved, we will use that method instead. * Modified sslget to accept HTTP return codes != 200. In this case, we were returning 204 - which is perfectly legitimate.
* Added REST interface to get domain info.Endi Sukma Dewata2012-10-262-0/+93
| | | | | | | | The REST interface for security domain has been updated to provide a method to get the domain info. A CLI has been provided to access this method. Ticket #309
* Added PKIConnection.Endi Sukma Dewata2012-10-181-1/+0
| | | | | | | | | The code in PKIClient has been refactored into PKIConnection such that a single connection object can be used by several REST clients. The PKIClient will remain the base class for all REST clients. Ticket #357
* Enabled authentication for security domain REST interface.Endi Sukma Dewata2012-10-182-0/+179
The REST interface for security domain has been refactored and configured such that it requires authentication. A CLI has been added to get an installation token. Ticket #309