Class OpenSamlUtils

java.lang.Object
se.swedenconnect.spring.saml.idp.utils.OpenSamlUtils

public class OpenSamlUtils extends Object
Utility methods for OpenSAML.
Author:
Martin Lindström
  • Method Details

    • getHttpServletRequestSupplier

      public static net.shibboleth.shared.primitive.NonnullSupplier<jakarta.servlet.http.HttpServletRequest> getHttpServletRequestSupplier()
      Gets a NonnullSupplier for a HttpServletRequest.
      Returns:
      a supplier for the current HttpServletRequest.
    • getHttpServletResponseSupplier

      public static net.shibboleth.shared.primitive.NonnullSupplier<jakarta.servlet.http.HttpServletResponse> getHttpServletResponseSupplier()
      Gets a NonnullSupplier for a HttpServletResponse.
      Returns:
      a supplier for the current HttpServletResponse.