Class SecurityLog
java.lang.Object
de.bytestore.hostinger.security.entity.log.SecurityLog
Represents an entity for logging security events in the system.
This entity captures details such as the associated user, IP address, security level, key-value pairs for additional information, and metadata regarding its creation. It is used to store and track security-related activities for auditing and monitoring purposes. Key Characteristics: - Each log entry is uniquely identified by an ID. - It is associated with a specific user through a one-to-one relationship. - Captures the IP address from which the event was initiated. - Stores the level of security as an enumerated type. - Records metadata including the creator of the log entry and its creation timestamp.
This entity captures details such as the associated user, IP address, security level, key-value pairs for additional information, and metadata regarding its creation. It is used to store and track security-related activities for auditing and monitoring purposes. Key Characteristics: - Each log entry is uniquely identified by an ID. - It is associated with a specific user through a one-to-one relationship. - Captures the IP address from which the event was initiated. - Stores the level of security as an enumerated type. - Records metadata including the creator of the log entry and its creation timestamp.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SecurityLog
public SecurityLog()
-
-
Method Details
-
getLevel
-
setLevel
-