summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/client/PKIConnection.java
Commit message (Collapse)AuthorAgeFilesLines
* Added PKIConnection.Endi Sukma Dewata2012-10-181-0/+313
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