default FieldToMatch.Builder |
FieldToMatch.Builder.allQueryArguments(Consumer<AllQueryArguments.Builder> allQueryArguments) |
Inspect all query arguments.
|
FieldToMatch.Builder |
FieldToMatch.Builder.allQueryArguments(AllQueryArguments allQueryArguments) |
Inspect all query arguments.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.body(Consumer<Body.Builder> body) |
Inspect the request body as plain text.
|
FieldToMatch.Builder |
FieldToMatch.Builder.body(Body body) |
Inspect the request body as plain text.
|
static FieldToMatch.Builder |
FieldToMatch.builder() |
|
default FieldToMatch.Builder |
FieldToMatch.Builder.cookies(Consumer<Cookies.Builder> cookies) |
Inspect the request cookies.
|
FieldToMatch.Builder |
FieldToMatch.Builder.cookies(Cookies cookies) |
Inspect the request cookies.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.headerOrder(Consumer<HeaderOrder.Builder> headerOrder) |
Inspect a string containing the list of the request's header names, ordered as they appear in the web request
that WAF receives for inspection.
|
FieldToMatch.Builder |
FieldToMatch.Builder.headerOrder(HeaderOrder headerOrder) |
Inspect a string containing the list of the request's header names, ordered as they appear in the web request
that WAF receives for inspection.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.headers(Consumer<Headers.Builder> headers) |
Inspect the request headers.
|
FieldToMatch.Builder |
FieldToMatch.Builder.headers(Headers headers) |
Inspect the request headers.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.ja3Fingerprint(Consumer<JA3Fingerprint.Builder> ja3Fingerprint) |
Match against the request's JA3 fingerprint.
|
FieldToMatch.Builder |
FieldToMatch.Builder.ja3Fingerprint(JA3Fingerprint ja3Fingerprint) |
Match against the request's JA3 fingerprint.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.jsonBody(Consumer<JsonBody.Builder> jsonBody) |
Inspect the request body as JSON.
|
FieldToMatch.Builder |
FieldToMatch.Builder.jsonBody(JsonBody jsonBody) |
Inspect the request body as JSON.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.method(Consumer<Method.Builder> method) |
Inspect the HTTP method.
|
FieldToMatch.Builder |
FieldToMatch.Builder.method(Method method) |
Inspect the HTTP method.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.queryString(Consumer<QueryString.Builder> queryString) |
Inspect the query string.
|
FieldToMatch.Builder |
FieldToMatch.Builder.queryString(QueryString queryString) |
Inspect the query string.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.singleHeader(Consumer<SingleHeader.Builder> singleHeader) |
Inspect a single header.
|
FieldToMatch.Builder |
FieldToMatch.Builder.singleHeader(SingleHeader singleHeader) |
Inspect a single header.
|
default FieldToMatch.Builder |
FieldToMatch.Builder.singleQueryArgument(Consumer<SingleQueryArgument.Builder> singleQueryArgument) |
Inspect a single query argument.
|
FieldToMatch.Builder |
FieldToMatch.Builder.singleQueryArgument(SingleQueryArgument singleQueryArgument) |
Inspect a single query argument.
|
FieldToMatch.Builder |
FieldToMatch.toBuilder() |
|
default FieldToMatch.Builder |
FieldToMatch.Builder.uriPath(Consumer<UriPath.Builder> uriPath) |
Inspect the request URI path.
|
FieldToMatch.Builder |
FieldToMatch.Builder.uriPath(UriPath uriPath) |
Inspect the request URI path.
|