Class | Description |
---|---|
AbstractGenericFilterBean |
Adapter "interface" to be able to write FilterBeans that can be "once per request" or "for every dispatch in the request" without having
to change code.
|
ContentCachingWrappedResponse |
An extension of
ContentCachingResponseWrapper that keeps track whether the response is a redirect. |
KibanaLogCleanupFilter |
A filter that cleans up the Kibana Log Fields.
|
KibanaLogFilter |
A filter that sets some Kibana Log Fields.
|
RequestDurationFilter |
A filter that logs the duration of the request.
|
RequestIdFilter |
A filter that assigns each request a unique request id and output the request id to the response header.
|
RequestResponseLogFilter |
Filter that logs the input and output of each HTTP request.
|
ResettableHttpServletRequest |
HttpServletRequestWrapper that allows resetting of the input stream.
|
ResettableServletInputStream |
Input stream that can be 'reset', that is, the stream can be reset by supplying the (original) data again.
|
ServletFilterUtil |
Utility for Servlet Filters.
|
TransactionIdFilter |
A filter that assigns each request a unique transaction id and output the transaction id to the response header.
|
UserDetailsFilter |
A filter that adds the logged in user (UserDetails) to the Kibana Log Fields.
|