Class BasicHttpServletRequestMethodValidator

java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.servlet.impl.BasicHttpServletRequestMethodValidator
All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, HttpServletRequestValidator

public class BasicHttpServletRequestMethodValidator extends AbstractInitializableComponent implements HttpServletRequestValidator
Component that validates the HTTP request method as one of an allowed set.
Since:
9.2.0
  • Field Details

    • allowedMethods

      @Nonnull private Set<String> allowedMethods
      Allowed parameters.
  • Constructor Details

    • BasicHttpServletRequestMethodValidator

      public BasicHttpServletRequestMethodValidator()
      Constructor.
  • Method Details