Package com.coveo.saml
Class SamlResponse
java.lang.Object
com.coveo.saml.SamlResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opensaml.saml.saml2.core.AssertionRetrieves theAssertionfor the SAML response.Retrieves the Name ID from the SAML response.
-
Constructor Details
-
SamlResponse
public SamlResponse(org.opensaml.saml.saml2.core.Assertion assertion)
-
-
Method Details
-
getAssertion
public org.opensaml.saml.saml2.core.Assertion getAssertion()Retrieves theAssertionfor the SAML response.- Returns:
- The assertion for the SAML response.
-
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.
-