Uses of Interface
net.shibboleth.shared.servlet.HttpServletRequestValidator
Packages that use HttpServletRequestValidator
Package
Description
Java Servlet specification implementation classes.
-
Uses of HttpServletRequestValidator in net.shibboleth.shared.servlet.impl
Classes in net.shibboleth.shared.servlet.impl that implement HttpServletRequestValidatorModifier and TypeClassDescriptionclassComponent that validates the HTTP content type as one of an allowed set.classComponent that validates the HTTP request method as one of an allowed set.classComponent that validates HTTP request parameters for required presence, uniqueness and mutual exclusivity.classImplementation for a chain ofHttpServletRequestValidator.classImplementation ofHttpServletRequestValidatorwhich is always valid.Fields in net.shibboleth.shared.servlet.impl with type parameters of type HttpServletRequestValidatorModifier and TypeFieldDescriptionprivate List<HttpServletRequestValidator>ChainingHttpServletRequestValidator.validatorsChain validators.Methods in net.shibboleth.shared.servlet.impl that return types with arguments of type HttpServletRequestValidatorModifier and TypeMethodDescriptionChainingHttpServletRequestValidator.getValidators()Get the list of registered validators.Method parameters in net.shibboleth.shared.servlet.impl with type arguments of type HttpServletRequestValidatorModifier and TypeMethodDescriptionvoidChainingHttpServletRequestValidator.setValidators(List<HttpServletRequestValidator> newValidators) Set the list of registered validators.