Class SecurityDataStatusChangeEvent
java.lang.Object
com.netscape.certsrv.logging.LogEvent
com.netscape.certsrv.logging.SignedAuditEvent
com.netscape.certsrv.logging.event.SecurityDataStatusChangeEvent
- All Implemented Interfaces:
ILogEvent, Serializable
- See Also:
-
Field Summary
Fields inherited from class SignedAuditEvent
attributes, NAME_VALUE_DELIMITER, NAME_VALUE_PAIRS_DELIMITER, PASSWORD_MASK, RULENAME -
Constructor Summary
Constructors -
Method Summary
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.
-
Constructor Details
-
SecurityDataStatusChangeEvent
-