Package uk.gov.ida.saml.hub.domain
Class InboundResponseFromMatchingService
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.IdaMessage
-
- uk.gov.ida.saml.core.domain.IdaMatchingServiceResponse
-
- uk.gov.ida.saml.hub.domain.InboundResponseFromMatchingService
-
- All Implemented Interfaces:
uk.gov.ida.saml.core.domain.IdaResponse
public class InboundResponseFromMatchingService extends uk.gov.ida.saml.core.domain.IdaMatchingServiceResponse
-
-
Constructor Summary
Constructors Constructor Description InboundResponseFromMatchingService(java.lang.String responseId, java.lang.String inResponseTo, java.lang.String issuer, org.joda.time.DateTime issueInstant, MatchingServiceIdaStatus status, java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> matchingServiceAssertion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion>getMatchingServiceAssertion()MatchingServiceIdaStatusgetStatus()-
Methods inherited from class uk.gov.ida.saml.core.domain.IdaMessage
getId, getIssueInstant, getIssuer
-
-
-
-
Constructor Detail
-
InboundResponseFromMatchingService
public InboundResponseFromMatchingService(java.lang.String responseId, java.lang.String inResponseTo, java.lang.String issuer, org.joda.time.DateTime issueInstant, MatchingServiceIdaStatus status, java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> matchingServiceAssertion)
-
-
Method Detail
-
getMatchingServiceAssertion
public java.util.Optional<uk.gov.ida.saml.core.domain.PassthroughAssertion> getMatchingServiceAssertion()
-
getStatus
public MatchingServiceIdaStatus getStatus()
-
-