Class HttpServletRequestNetworkInformationSupplier

java.lang.Object
org.opensaml.saml.saml2.assertion.messaging.HttpServletRequestNetworkInformationSupplier
All Implemented Interfaces:
AssertionValidationNetworkInformationSupplier

public class HttpServletRequestNetworkInformationSupplier extends Object implements AssertionValidationNetworkInformationSupplier
Implementation of AssertionValidationNetworkInformationSupplier which wraps an instance of HttpServletRequest.
  • Field Details

    • servletRequest

      @Nonnull private HttpServletRequest servletRequest
      The wrapped servlet request.
  • Constructor Details

    • HttpServletRequestNetworkInformationSupplier

      public HttpServletRequestNetworkInformationSupplier(@Nonnull HttpServletRequest request)
      Constructor.
      Parameters:
      request - the servlet request instanc3
  • Method Details