summaryrefslogtreecommitdiffstats
path: root/pki/base/common/test/com/netscape/cmscore
Commit message (Collapse)AuthorAgeFilesLines
* Replaced daemon threads with executor service.Endi Sukma Dewata2012-03-121-0/+3
| | | | | | | | | | | | The certificate status update and retrieving modifications tasks have been modified to use the executor service. Unlike daemon threads, the service will allow existing task to exit gracefully before shutting down. An abandon operation is used terminate the persistent search used for retrieving modifications. Some methods have been moved to CertificateRepository class to simplify synchronizations. Ticket #73
* Fixed DRM REST interface to use BigInteger.Endi Sukma Dewata2012-03-052-2/+2
| | | | | | | | The DRM REST interface previously uses strings for key ID and request ID. It has been modified to use KeyId and RequestId classes which can accept decimal or hex numbers and internally store it as BigInteger. Ticket #94
* Added generics (part 4).Endi Sukma Dewata2012-02-143-9/+10
| | | | | | This patch brings down the warnings from 3427 to 2917. Ticket #2
* Added generics (part 3).Endi Sukma Dewata2012-02-063-4/+4
| | | | | | This patch brings down the warnings from 3992 to 3500. Ticket #2
* Added generics (part 2).Endi Sukma Dewata2012-01-182-2/+2
| | | | | | This patch brings down the warnings from 4648 to 3992. Ticket #2
* Added generics (part 1).Endi Sukma Dewata2012-01-184-48/+43
| | | | | | | This patch is based on Adam's patch. It brings down the warnings from 6139 to 4648. Ticket #2
* Formatting - line wrap > 120 in codeAde Lee2012-01-113-4/+8
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-1110-177/+164
|
* typesafety certserv and cmscoreAdam Young2012-01-041-3/+3
| | | | Using interface instead of implementing class
* type safety for certserv.baseAdam Young2011-12-221-12/+10
| | | | more type safety
* Revert "Formatting"Ade Lee2011-12-0814-277/+283
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-0714-283/+277
| | | | Formatted project according to eclipse project settings
* SerialVersionIDAdam Young2011-12-024-0/+22
| | | | Autogenerated SerialVersionID for all serializable classes
* Cleanup importsadmiyo2011-11-0415-91/+103
| | | | | | | | | | Automated changes done by Eclipse Minor tweak to one file where Eclipse was tring to find an import for Any Due to finding it in an annotated comment. https://bugzilla.redhat.com/show_bug.cgi?id=728303 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2292 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* stub unimplemented abstract methodsadmiyo2011-11-021-0/+88
| | | | | | | | | | the test code has mock objects that implement abstract interfaces, but did not implement all of the methods, causing the compiler to complain. Required as a part of the cleanup for https://bugzilla.redhat.com/show_bug.cgi?id=728303 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2280 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-1817-0/+2302
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b