| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_ADDRESS_MDC_ATTRIBUTE
MDC attribute name for client address.
|
static String |
JSESSIONID_MDC_ATTRIBUTE
MDC attribute name for container session ID.
|
static String |
SERVER_ADDRESS_MDC_ATTRIBUTE
MDC attribute name for host name of the server to which the current request was sent.
|
static String |
SERVER_PORT_MDC_ATTRIBUTE
MDC attribute name for port number to which the current request was sent.
|
| Constructor and Description |
|---|
SLF4JMDCServletFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
@Nonnull @NotEmpty public static final String SERVER_ADDRESS_MDC_ATTRIBUTE
@Nonnull @NotEmpty public static final String SERVER_PORT_MDC_ATTRIBUTE
@Nonnull @NotEmpty public static final String CLIENT_ADDRESS_MDC_ATTRIBUTE
@Nonnull @NotEmpty public static final String JSESSIONID_MDC_ATTRIBUTE
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter in interface FilterIOExceptionServletExceptionpublic void init(FilterConfig filterConfig) throws ServletException
init in interface FilterServletExceptionCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.