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, setSourceAddress
eventIntegerValue, eventStringValue
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 String getUsername()
Copyright © 2022. All rights reserved.