org.ejbca.core.ejb.log |
|
Java Source File Name | Type | Comment |
LocalLogSessionBean.java | Class | Stores data used by web server clients. |
LogConfigurationDataBean.java | Class | Entity bean should not be used directly, use though Session beans. |
LogEntryDataBean.java | Class | Entity bean should not be used directly, use though Session beans. |
LoggingStressTest.java | Class | |
ProtectedLogDataBean.java | Class | Entity bean should not be used directly, use though Session beans.
Entity Bean representing a log entry in the log database.
Information stored:
pk (Primary Key) is a 32 byte GUID generated by org.ejbca.util.GUIDGenerator
adminType is pricipally the type of data stored in the admindata field, should be one of org.ejbca.core.model.log.Admin.TYPE_ constants.
adminData is the data identifying the administrator, should be certificate snr or ip-address when no certificate could be retrieved.
caId is the Id of the CA performing the event.
module indicates the module (CA,RA ...) using the logsession bean.
eventTime is the time the event occured.
username the name of the user involved or null if no user is involved.
certificateSerialNumber is the serial number of the certificate involved in the event or null if no certificate is involved.
certificateIssuerDN is the issuers DN of the certificate involved in the event or null if no certificate is involved.
eventId is id of the event, should be one of the org.ejbca.core.model.log.LogConstants.EVENT_ constants.
eventComment an optional comment of the event.
nodeGUID is the current node ID. |
ProtectedLogExportDataBean.java | Class | Entity bean should not be used directly, use though Session beans. |
ProtectedLogSessionBean.java | Class | The center of the Protected Log functionality. |
ProtectedLogTokenDataBean.java | Class | Entity bean should not be used directly, use though Session beans. |