public class GLB extends SourcePayloadBase implements Serializable
| Constructor and Description |
|---|
GLB()
Construct matcher object.
|
GLB(String input,
Event e,
com.mozilla.secops.parser.ParserState state)
Construct parser object.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
eventIntegerValue(EventFilterPayload.IntegerProperty property)
Return a given Integer payload field value based on the supplied field identifier
|
String |
eventStringValue(EventFilterPayload.StringProperty property)
Return a given String payload field value based on the supplied field identifier
|
URL |
getParsedUrl()
Get parsed URL object
|
String |
getRequestMethod()
Get request method.
|
String |
getRequestUrl()
Get request URL.
|
Integer |
getStatus()
Get status.
|
Payload.PayloadType |
getType()
Get payload type.
|
String |
getUserAgent()
Get user agent.
|
Boolean |
matcher(String input,
com.mozilla.secops.parser.ParserState state)
Apply matcher.
|
getSourceAddress, getSourceAddressAsn, getSourceAddressAsOrg, getSourceAddressCity, getSourceAddressCountry, getSourceAddressIsp, getSourceAddressLatitude, getSourceAddressLongitude, getSourceAddressTimeZone, setSourceAddress, setSourceAddresspublic 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 eventStringValue(EventFilterPayload.StringProperty property)
PayloadBaseeventStringValue in class PayloadBaseproperty - EventFilterPayload.StringPropertypublic Integer eventIntegerValue(EventFilterPayload.IntegerProperty property)
PayloadBaseeventIntegerValue in class PayloadBaseproperty - EventFilterPayload.IntegerPropertypublic URL getParsedUrl()
public String getRequestUrl()
public String getUserAgent()
public String getRequestMethod()
public Integer getStatus()
Copyright © 2022. All rights reserved.