Package uk.gov.ida.saml.core.domain
Class OutboundResponseFromHub
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.IdaMessage
-
- uk.gov.ida.saml.core.domain.IdaSamlMessage
-
- uk.gov.ida.saml.core.domain.IdaSamlResponse
-
- uk.gov.ida.saml.core.domain.OutboundResponseFromHub
-
- All Implemented Interfaces:
IdaResponse
public class OutboundResponseFromHub extends IdaSamlResponse
-
-
Constructor Summary
Constructors Constructor Description OutboundResponseFromHub(java.lang.String responseId, java.lang.String inResponseTo, java.lang.String issuer, org.joda.time.DateTime issueInstant, TransactionIdaStatus status, java.util.List<java.lang.String> encryptedAssertions, java.net.URI destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getEncryptedAssertions()TransactionIdaStatusgetStatus()-
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
-
OutboundResponseFromHub
public OutboundResponseFromHub(java.lang.String responseId, java.lang.String inResponseTo, java.lang.String issuer, org.joda.time.DateTime issueInstant, TransactionIdaStatus status, java.util.List<java.lang.String> encryptedAssertions, java.net.URI destination)
-
-
Method Detail
-
getEncryptedAssertions
public java.util.List<java.lang.String> getEncryptedAssertions()
-
getStatus
public TransactionIdaStatus getStatus()
-
-