Package uk.gov.ida.saml.core.domain
Class IdaMatchingServiceResponse
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.IdaMessage
-
- uk.gov.ida.saml.core.domain.IdaMatchingServiceResponse
-
- All Implemented Interfaces:
IdaResponse
public abstract class IdaMatchingServiceResponse extends IdaMessage implements IdaResponse
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIdaMatchingServiceResponse()IdaMatchingServiceResponse(java.lang.String responseId, java.lang.String inResponseTo, java.lang.String issuer, org.joda.time.DateTime issueInstant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInResponseTo()-
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
-
-
-
-
Method Detail
-
getInResponseTo
public java.lang.String getInResponseTo()
- Specified by:
getInResponseToin interfaceIdaResponse
-
-