Package net.shibboleth.shared.servlet.impl
@NonnullElements
package net.shibboleth.shared.servlet.impl
Java Servlet specification implementation classes.
-
ClassesClassDescriptionComponent that validates the HTTP content type as one of an allowed set.Component that validates the HTTP request method as one of an allowed set.Component that validates HTTP request parameters for required presence, uniqueness and mutual exclusivity.Implementation for a chain of
HttpServletRequestValidator.Class which holds and makes available the current HTTP servlet request and response via ThreadLocal storage.Implementation ofHttpServletRequestValidatorwhich is always valid.Legacy stub for compatibility.An implementation ofNonnullSupplierwhich looks up the current thread-local servlet request obtained fromHttpServletRequestResponseContext, raising anIllegalStateExceptionif null.An implementation ofNonnullSupplierwhich looks up the current thread-local servlet response obtained fromHttpServletRequestResponseContext, raising anIllegalStateExceptionif null.