Interface ISamlConstants

All Known Implementing Classes:
SamlUtils

public interface ISamlConstants
A set of contants used by the webMethods implementation of SAML
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the Http session attribute to check if SAML Assertion has been made.
    static final String
    Name of the SAML Artifact parameter in HttpServletRequest
    static final String
    Name of the SAML assertion parameter in the SOAP request
    static final String
    Name of the Http session attribute that refers to the session user.
  • Field Details

    • SAML_ARTIFACT

      static final String SAML_ARTIFACT
      Name of the SAML Artifact parameter in HttpServletRequest
      See Also:
    • IS_ASSERTED

      static final String IS_ASSERTED
      Name of the Http session attribute to check if SAML Assertion has been made.
      See Also:
    • SESSION_USER

      static final String SESSION_USER
      Name of the Http session attribute that refers to the session user.
      See Also:
    • SAML_ASSERTION

      static final String SAML_ASSERTION
      Name of the SAML assertion parameter in the SOAP request
      See Also: