Package | Description |
---|---|
com.mozilla.secops.alert |
Alert generation and output
|
Modifier and Type | Field and Description |
---|---|
static AlertMeta.Key[] |
AlertMeta.IPADDRESS_KEYS
Keys that are known to contain IP address values
|
Modifier and Type | Method and Description |
---|---|
AlertMeta.Key |
AlertMeta.Key.getAssociatedKey(AlertMeta.Key.AssociatedKey association)
Obtain given associated key type
|
static AlertMeta.Key |
AlertMeta.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertMeta.Key[] |
AlertMeta.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Alert.addMetadata(AlertMeta.Key key,
List<String> value)
Add metadata as a list of values
|
boolean |
Alert.addMetadata(AlertMeta.Key key,
String value)
Add metadata
|
String |
Alert.getMetadataValue(AlertMeta.Key key)
Return a specific metadata value
|
static String |
AlertMeta.joinListValues(AlertMeta.Key key,
List<String> input)
Join a list of values for a specific metadata key
|
boolean |
Alert.setMetadataValue(AlertMeta.Key key,
String value)
Change an existing metadata value
|
static List<String> |
AlertMeta.splitListValues(AlertMeta.Key key,
String input)
Split a list of values for a specific metadata key
|
Copyright © 2022. All rights reserved.