summaryrefslogtreecommitdiffstats
path: root/base/tps/src/org/dogtagpki/server/tps/dbs/ActivityDatabase.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed activity logs for certificate revocations.Endi S. Dewata2016-04-261-0/+3
| | | | | | | | The TPSTokendb.shouldRevoke() has been modified such that it throws an exception instead of returning boolean. The method has also been renamed to checkShouldRevoke(). The revokeCert() and unrevokeCert() have been modified to catch the exception and log the failed operation.
* Replaced TPS OP_DO_TOKEN activity.Endi S. Dewata2016-04-221-1/+4
| | | | | | | | For clarity the TPS operatons that generate OP_DO_TOKEN activity has been modified to generate OP_TOKEN_MODIFY instead, except for the changeTokenStatus() which will generate OP_TOKEN_STATUS_CHANGE. https://fedorahosted.org/pki/ticket/2268
* Refactored LDAPDatabase.createFilter().Endi S. Dewata2015-02-111-6/+14
| | | | | | | | | | The createFilter() method in LDAPDatabase has been changed to construct an LDAP filter based on a keyword and a set of attributes with their values. This will allow searching the database based on specific attribute values. The subclasses of LDAPDatabase have been updated accordingly. https://fedorahosted.org/pki/ticket/1164
* Ticket#1028 Phase1:TPS rewrite: provide externalReg functionalityChristina Fu2015-02-101-0/+1
|
* Rename pki-tps-tomcat to pki-tpsMatthew Harmsen2014-09-031-0/+100
* PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps