Class OCSPSigningInfoEvent
java.lang.Object
com.netscape.certsrv.logging.LogEvent
com.netscape.certsrv.logging.SignedAuditEvent
com.netscape.certsrv.logging.event.OCSPSigningInfoEvent
- 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 OCSPSigningInfoEventcreateSuccessEvent(String subjectID, String ski) static OCSPSigningInfoEventcreateSuccessEvent(String subjectID, String ski, AuthorityID authorityID) 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
-
OCSP_SIGNING_INFO
- See Also:
-
-
Constructor Details
-
OCSPSigningInfoEvent
public OCSPSigningInfoEvent()
-
-
Method Details
-
createSuccessEvent
-
createSuccessEvent
public static OCSPSigningInfoEvent createSuccessEvent(String subjectID, String ski, AuthorityID authorityID)
-