| Package | Description |
|---|---|
| org.owasp.security.logging.mdc.plugins |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardedIPAddressPlugin
This plugin adds the request's remote IP address to the MDC by using the
value of the X-Forwarded-For header appended by a load balancer.
|
class |
IPAddressPlugin
This plugin adds the request's remote IP address to the MDC in the most basic
way possible: By calling request.getRemoteAddr().
|
class |
SessionPlugin
This plugin adds a hash of the session ID to the MDC.
|
class |
UsernamePlugin
This is an example MDC plugin that gets a username from the HTTP session and
places it in the MDC context for access by the logging system.
|
Copyright © 2021. All rights reserved.