Package net.shibboleth.shared.spring.servlet.impl
@NonnullElements
package net.shibboleth.shared.spring.servlet.impl
Spring-aware implementation classes related to Java Servlet and Filter behavior.
-
ClassDescriptionImplementation of
Filterthat encapsulates and runs a chain of embedded filters in a defined order.Adapts Spring filter into a chainable/conditional one.Implementation ofFilterwhich wraps theHttpServletResponseto ensure that only a single cookie of a given name is set.Proxy for a standard Servlet, delegating to a Spring-managed bean that implements the Servlet interface.Implementation of an HTTP servletFilterwhich supports configurable response header injection, including via injected functions that can conditionally attach headers.Implementation ofFilterwhich stores the currentHttpServletRequestandHttpServletResponsebeing serviced on thread-local storage via the use of holder classHttpServletRequestResponseContext.Implementation ofFilterwhich adds the SameSite attribute to cookies, until the Java API supports it natively, if ever.The allowed same-site cookie attribute values.