Modifier and Type | Class and Description |
---|---|
static class |
Violation.ViolationType
Valid violation types
|
Constructor and Description |
---|
Violation(String object,
String type,
String violation)
Create new
Violation |
Violation(String object,
String type,
String violation,
Integer suppressRecovery)
Create new
Violation with recovery suppression value |
Modifier and Type | Method and Description |
---|---|
static Violation[] |
fromAlert(Alert a)
Convert an
Alert into violations |
String |
getObject()
Get object
|
String |
getSourceAddress()
Get source address
|
Integer |
getSuppressRecovery() |
String |
getType()
Get object type
|
String |
getViolation()
Get violation type
|
String |
toJSON()
Convert
Violation to JSON string |
public Violation(String object, String type, String violation)
Violation
object
- Object identifiertype
- Object typeviolation
- ViolationType as stringpublic String getObject()
public String getType()
public String getSourceAddress()
This is a legacy field that maintains compatibility with older versions of iprepd. If the type is of type "ip", this function will simply return the same value as the object in the violation.
For other types, null is returned.
public String getViolation()
public Integer getSuppressRecovery()
public String toJSON()
Violation
to JSON stringpublic static Violation[] fromAlert(Alert a)
Alert
into violations
The alert must be of the correct type (e.g., generated by HTTPRequest) and have valid associated metadata in order for conversion to be successful.
An array of resulting violations is returned. In most cases the array will have a single element, but some alerts can result in multiple violations being generated.
a
- AlertCopyright © 2022. All rights reserved.