Package | Description |
---|---|
com.mozilla.secops.customs |
Customs FxA analysis pipeline
|
com.mozilla.secops.parser |
Log parsing, processing, and enrichment
|
Modifier and Type | Method and Description |
---|---|
static FxaAuth.EventSummary |
CustomsUtil.authGetEventSummary(Event e)
Extract FxA event summary
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<FxaAuth.EventSummary> |
Customs.featureSummaryRegistration()
Return an array of EventSummary values that indicate which events should be stored during
feature extraction and passed through the prefilter.
|
HashMap<FxaAuth.EventSummary,Integer> |
CustomsFeatures.getSummarizedEventCounters()
Get summarized event counters
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Event> |
CustomsFeatures.getEventsOfType(FxaAuth.EventSummary t)
Get all events from event list of a certain type
|
Modifier and Type | Method and Description |
---|---|
FxaAuth.EventSummary |
FxaAuth.getEventSummary()
Get event summary
|
static FxaAuth.EventSummary |
FxaAuth.EventSummary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FxaAuth.EventSummary[] |
FxaAuth.EventSummary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.