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, setSourceAddress
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 eventStringValue(EventFilterPayload.StringProperty property)
PayloadBase
eventStringValue
in class PayloadBase
property
- EventFilterPayload.StringProperty
public Integer eventIntegerValue(EventFilterPayload.IntegerProperty property)
PayloadBase
eventIntegerValue
in class PayloadBase
property
- EventFilterPayload.IntegerProperty
public URL getParsedUrl()
public String getRequestUrl()
public String getUserAgent()
public String getRequestMethod()
public Integer getStatus()
Copyright © 2022. All rights reserved.