Class SSOValidatorResponse


  • public class SSOValidatorResponse
    extends Object
    Some information that encapsulates a successful validation by the SAMLSSOResponseValidator
    • Constructor Detail

      • SSOValidatorResponse

        public SSOValidatorResponse()
    • Method Detail

      • getAssertion

        public String getAssertion()
      • setAssertion

        public void setAssertion​(String assertion)
      • getSessionNotOnOrAfter

        public Instant getSessionNotOnOrAfter()
      • setSessionNotOnOrAfter

        public void setSessionNotOnOrAfter​(Instant sessionNotOnOrAfter)
      • getResponseId

        public String getResponseId()
      • setResponseId

        public void setResponseId​(String responseId)
      • getAssertionElement

        public Element getAssertionElement()
      • setAssertionElement

        public void setAssertionElement​(Element assertionElement)
      • getCreated

        public Instant getCreated()
      • setCreated

        public void setCreated​(Instant created)
      • getOpensamlAssertion

        public org.opensaml.saml.saml2.core.Assertion getOpensamlAssertion()
      • setOpensamlAssertion

        public void setOpensamlAssertion​(org.opensaml.saml.saml2.core.Assertion opensamlAssertion)