public class ConsentWorkflow extends Object
| Constructor and Description |
|---|
ConsentWorkflow(@NotNull de.adorsys.psd2.consent.psu.api.ais.CmsAisConsentResponse consentResponse,
ConsentReference consentReference) |
| Modifier and Type | Method and Description |
|---|---|
String |
authId() |
de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO |
bearerToken() |
String |
consentId() |
String |
encryptedConsentId() |
String |
getAuthCodeMessage() |
ConsentAuthorizeResponse |
getAuthResponse() |
ConsentReference |
getConsentReference() |
de.adorsys.psd2.consent.psu.api.ais.CmsAisConsentResponse |
getConsentResponse() |
String |
getConsentStatus() |
org.springframework.http.HttpStatus |
getErrorCode() |
de.adorsys.ledgers.middleware.api.domain.sca.SCAResponseTO |
getScaResponse() |
List<de.adorsys.ledgers.middleware.api.domain.um.ScaUserDataTO> |
scaMethods() |
de.adorsys.ledgers.middleware.api.domain.sca.ScaStatusTO |
scaStatus() |
void |
setAuthCodeMessage(String authCodeMessage) |
void |
setAuthResponse(ConsentAuthorizeResponse authResponse) |
void |
setConsentStatus(String consentStatus) |
void |
setErrorCode(org.springframework.http.HttpStatus errorCode) |
void |
setScaResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAResponseTO scaResponse) |
boolean |
singleScaMethod() |
public ConsentWorkflow(@NotNull
@NotNull de.adorsys.psd2.consent.psu.api.ais.CmsAisConsentResponse consentResponse,
ConsentReference consentReference)
public String getAuthCodeMessage()
public void setAuthCodeMessage(String authCodeMessage)
public org.springframework.http.HttpStatus getErrorCode()
public void setErrorCode(org.springframework.http.HttpStatus errorCode)
public ConsentAuthorizeResponse getAuthResponse()
public void setAuthResponse(ConsentAuthorizeResponse authResponse)
public ConsentReference getConsentReference()
public String getConsentStatus()
public void setConsentStatus(String consentStatus)
public de.adorsys.psd2.consent.psu.api.ais.CmsAisConsentResponse getConsentResponse()
public String consentId()
public String authId()
public String encryptedConsentId()
public de.adorsys.ledgers.middleware.api.domain.sca.SCAResponseTO getScaResponse()
public void setScaResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAResponseTO scaResponse)
public de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken()
public boolean singleScaMethod()
public List<de.adorsys.ledgers.middleware.api.domain.um.ScaUserDataTO> scaMethods()
public de.adorsys.ledgers.middleware.api.domain.sca.ScaStatusTO scaStatus()
Copyright © 2019. All rights reserved.