public class FxaAuth extends SourcePayloadBase implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
FxaAuth.EventSummary
Event summary is determined based on source event fields
|
Constructor and Description |
---|
FxaAuth()
Construct matcher object.
|
FxaAuth(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
discernCertificateSignSuccess()
Check if the auth event contained a successful certificate signing
|
String |
eventStringValue(EventFilterPayload.StringProperty property)
Return a given String payload field value based on the supplied field identifier
|
FxaAuth.EventSummary |
getEventSummary()
Get event summary
|
FxaAuth |
getFxaAuthData()
Fetch parsed FxA auth data
|
Payload.PayloadType |
getType()
Get payload type.
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddress
eventIntegerValue
public String eventStringValue(EventFilterPayload.StringProperty property)
PayloadBase
eventStringValue
in class PayloadBase
property
- EventFilterPayload.StringProperty
public Boolean matcher(String input, com.mozilla.secops.parser.ParserState state)
PayloadBase
matcher
in class PayloadBase
input
- Input string.state
- ParserStatepublic Payload.PayloadType getType()
PayloadBase
getType
in class PayloadBase
Payload.PayloadType
public FxaAuth getFxaAuthData()
public FxaAuth.EventSummary getEventSummary()
public Boolean discernCertificateSignSuccess()
Copyright © 2022. All rights reserved.