Class CertRequestProcessedEvent
java.lang.Object
com.netscape.certsrv.logging.LogEvent
com.netscape.certsrv.logging.SignedAuditEvent
com.netscape.certsrv.logging.event.CertRequestProcessedEvent
- All Implemented Interfaces:
ILogEvent, Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class SignedAuditEvent
attributes, NAME_VALUE_DELIMITER, NAME_VALUE_PAIRS_DELIMITER, PASSWORD_MASK, RULENAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertRequestProcessedEventcreateFailureEvent(String subjectID, String requesterID, String infoName, IRequest request) static CertRequestProcessedEventcreateFailureEvent(String subjectID, String requesterID, String infoName, String infoValue) static CertRequestProcessedEventcreateSuccessEvent(String subjectID, String requesterID, String infoName, String infoValue) static CertRequestProcessedEventcreateSuccessEvent(String subjectID, String requesterID, String infoName, org.mozilla.jss.netscape.security.x509.X509CertImpl x509cert) Methods inherited from class SignedAuditEvent
encodeMap, getAttribute, getAttributeList, getAttributes, getParameters, setAttribute, setAttributeModifier and TypeMethodDescriptionstatic voidencodeMap(StringBuilder sb, Map<String, String> params) getAttribute(String name) Object[]Returns a list of parameters.voidsetAttribute(String name, Object value) voidsetAttribute(String name, Map<String, String> params) Methods inherited from class LogEvent
getEventType, getLevel, getMessage, getMultiline, getNTEventType, getSource, getTimeStamp, setEventType, setLevel, setMessage, setMultiline, setParameters, setSource, toStringModifier and TypeMethodDescriptionRetrieves log event type.intgetLevel()Retrieves log level.Returns the current message format string.booleanRetrieves log multiline attribute.intRetrieves NT specific log event type.Retrieves log source.longRetrieves event time stamp.voidsetEventType(String eventType) Sets log event type.voidsetLevel(int level) Sets log level, NT log event type.voidsetMessage(String message) voidsetMultiline(boolean multiline) Sets log multiline attribute.voidsetParameters(Object[] params) Sets audit event's parameters.voidSets log source.toString()Return string representation of log message.
-
Field Details
-
SIGNED_AUDIT_CERT_REQUEST_REASON
- See Also:
-
-
Constructor Details
-
CertRequestProcessedEvent
public CertRequestProcessedEvent()
-
-
Method Details
-
createSuccessEvent
public static CertRequestProcessedEvent createSuccessEvent(String subjectID, String requesterID, String infoName, String infoValue) -
createSuccessEvent
public static CertRequestProcessedEvent createSuccessEvent(String subjectID, String requesterID, String infoName, org.mozilla.jss.netscape.security.x509.X509CertImpl x509cert) -
createFailureEvent
public static CertRequestProcessedEvent createFailureEvent(String subjectID, String requesterID, String infoName, String infoValue) -
createFailureEvent
public static CertRequestProcessedEvent createFailureEvent(String subjectID, String requesterID, String infoName, IRequest request)
-