Class InboundResponseFromIdp

  • All Implemented Interfaces:
    uk.gov.ida.saml.core.domain.IdaResponse

    public class InboundResponseFromIdp
    extends uk.gov.ida.saml.core.domain.IdaSamlResponse
    • Constructor Summary

      Constructors 
      Constructor Description
      InboundResponseFromIdp​(java.lang.String id, java.lang.String inResponseTo, java.lang.String issuer, org.joda.time.DateTime issueInstant, java.util.Optional<org.joda.time.DateTime> notOnOrAfter, IdpIdaStatus status, java.util.Optional<org.opensaml.xmlsec.signature.Signature> signature, java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> matchingDatasetAssertion, java.net.URI destination, java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> authnStatementAssertion)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> getAuthnStatementAssertion()  
      java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> getMatchingDatasetAssertion()  
      java.util.Optional<org.joda.time.DateTime> getNotOnOrAfter()  
      java.util.Optional<org.opensaml.xmlsec.signature.Signature> getSignature()  
      IdpIdaStatus getStatus()  
      • Methods inherited from class uk.gov.ida.saml.core.domain.IdaSamlResponse

        getInResponseTo
      • Methods inherited from class uk.gov.ida.saml.core.domain.IdaSamlMessage

        getDestination
      • Methods inherited from class uk.gov.ida.saml.core.domain.IdaMessage

        getId, getIssueInstant, getIssuer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface uk.gov.ida.saml.core.domain.IdaResponse

        getId, getIssueInstant, getIssuer
    • Constructor Detail

      • InboundResponseFromIdp

        public InboundResponseFromIdp​(java.lang.String id,
                                      java.lang.String inResponseTo,
                                      java.lang.String issuer,
                                      org.joda.time.DateTime issueInstant,
                                      java.util.Optional<org.joda.time.DateTime> notOnOrAfter,
                                      IdpIdaStatus status,
                                      java.util.Optional<org.opensaml.xmlsec.signature.Signature> signature,
                                      java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> matchingDatasetAssertion,
                                      java.net.URI destination,
                                      java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> authnStatementAssertion)
    • Method Detail

      • getMatchingDatasetAssertion

        public java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> getMatchingDatasetAssertion()
      • getAuthnStatementAssertion

        public java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> getAuthnStatementAssertion()
      • getSignature

        public java.util.Optional<org.opensaml.xmlsec.signature.Signature> getSignature()
      • getNotOnOrAfter

        public java.util.Optional<org.joda.time.DateTime> getNotOnOrAfter()