Class SamlResponse

java.lang.Object
com.coveo.saml.SamlResponse

public class SamlResponse extends Object
  • Constructor Details

    • SamlResponse

      public SamlResponse(org.opensaml.saml.saml2.core.Assertion assertion)
  • Method Details

    • getAssertion

      public org.opensaml.saml.saml2.core.Assertion getAssertion()
      Retrieves the Assertion for the SAML response.
      Returns:
      The assertion for the SAML response.
    • getNameID

      public String getNameID()
      Retrieves the Name ID from the SAML response. This is normally the name of the authenticated user.
      Returns:
      The Name ID from the SAML response.