public class Auth0 extends SourcePayloadBase implements Serializable
| Constructor and Description |
|---|
Auth0()
Construct matcher object.
|
Auth0(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
| Modifier and Type | Method and Description |
|---|---|
Payload.PayloadType |
getType()
Get payload type.
|
String |
getUsername()
Return username within event
|
Boolean |
hasClientIdIn(String[] clientIds)
Return true if Auth0 event's client id is in the passed in list of client ids
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddresseventIntegerValue, eventStringValuepublic Boolean matcher(String input, com.mozilla.secops.parser.ParserState state)
PayloadBasematcher in class PayloadBaseinput - Input string.state - ParserStatepublic Payload.PayloadType getType()
PayloadBasegetType in class PayloadBasePayload.PayloadTypepublic String getUsername()
Copyright © 2022. All rights reserved.