Class AuthorisationProcessorResponse
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.processor.model.AuthorisationProcessorResponse
-
- All Implemented Interfaces:
AuthorisationResponse
- Direct Known Subclasses:
UpdateConsentPsuDataResponse,Xs2aUpdatePisCommonPaymentPsuDataResponse
public class AuthorisationProcessorResponse extends Object implements AuthorisationResponse
-
-
Field Summary
Fields Modifier and Type Field Description protected StringauthorisationIdprotected List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject>availableScaMethodsprotected StringbasketIdprotected de.adorsys.psd2.xs2a.core.sca.ChallengeDatachallengeDataprotected de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObjectchosenScaMethodprotected StringconsentIdprotected de.adorsys.psd2.xs2a.core.domain.ErrorHoldererrorHolderprotected Linkslinksprotected StringpaymentIdprotected de.adorsys.psd2.xs2a.core.psu.PsuIdDatapsuDataprotected StringpsuMessageprotected de.adorsys.psd2.xs2a.core.sca.ScaStatusscaStatus
-
Constructor Summary
Constructors Constructor Description AuthorisationProcessorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasError()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.psd2.xs2a.domain.authorisation.AuthorisationResponse
getAuthorisationId
-
-
-
-
Field Detail
-
consentId
protected String consentId
-
paymentId
protected String paymentId
-
basketId
protected String basketId
-
authorisationId
protected String authorisationId
-
psuData
protected de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData
-
scaStatus
protected de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus
-
availableScaMethods
protected List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> availableScaMethods
-
chosenScaMethod
protected de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject chosenScaMethod
-
challengeData
protected de.adorsys.psd2.xs2a.core.sca.ChallengeData challengeData
-
links
protected Links links
-
psuMessage
protected String psuMessage
-
errorHolder
protected de.adorsys.psd2.xs2a.core.domain.ErrorHolder errorHolder
-
-