@Service public class ConsentService extends Object
| Constructor and Description |
|---|
ConsentService() |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.multibanking.domain.response.UpdateAuthResponse |
authorizeConsent(TransactionAuthorisationRequestTO transactionAuthorisationRequestTO,
String consentId) |
de.adorsys.multibanking.domain.response.CreateConsentResponse |
createConsent(de.adorsys.multibanking.domain.Consent consent,
String tppRedirectUri,
de.adorsys.multibanking.domain.BankApi bankApi) |
de.adorsys.multibanking.domain.response.UpdateAuthResponse |
getAuthorisationStatus(de.adorsys.multibanking.domain.ConsentEntity consentEntity) |
de.adorsys.multibanking.domain.response.UpdateAuthResponse |
getAuthorisationStatus(String consentId) |
de.adorsys.multibanking.domain.Consent |
getConsent(String consentId) |
de.adorsys.multibanking.domain.Consent |
getConsentByRedirectId(String redirectId) |
de.adorsys.multibanking.domain.ConsentEntity |
getInternalConsent(String consentId) |
void |
revokeConsent(String consentId) |
de.adorsys.multibanking.domain.response.UpdateAuthResponse |
selectPsuAuthenticationMethod(SelectPsuAuthenticationMethodRequestTO selectPsuAuthenticationMethodRequestTO,
String consentId) |
void |
submitAuthorisationCode(String consentId,
String authorisationCode) |
de.adorsys.multibanking.domain.response.UpdateAuthResponse |
updatePsuAuthentication(UpdatePsuAuthenticationRequestTO updatePsuAuthenticationRequestTO,
String consentId) |
public de.adorsys.multibanking.domain.response.CreateConsentResponse createConsent(de.adorsys.multibanking.domain.Consent consent,
String tppRedirectUri,
de.adorsys.multibanking.domain.BankApi bankApi)
public de.adorsys.multibanking.domain.response.UpdateAuthResponse updatePsuAuthentication(UpdatePsuAuthenticationRequestTO updatePsuAuthenticationRequestTO, String consentId)
public de.adorsys.multibanking.domain.response.UpdateAuthResponse selectPsuAuthenticationMethod(SelectPsuAuthenticationMethodRequestTO selectPsuAuthenticationMethodRequestTO, String consentId)
public de.adorsys.multibanking.domain.response.UpdateAuthResponse authorizeConsent(TransactionAuthorisationRequestTO transactionAuthorisationRequestTO, String consentId)
public void revokeConsent(String consentId)
public de.adorsys.multibanking.domain.ConsentEntity getInternalConsent(String consentId)
public de.adorsys.multibanking.domain.Consent getConsent(String consentId)
public de.adorsys.multibanking.domain.Consent getConsentByRedirectId(String redirectId)
public de.adorsys.multibanking.domain.response.UpdateAuthResponse getAuthorisationStatus(String consentId)
public de.adorsys.multibanking.domain.response.UpdateAuthResponse getAuthorisationStatus(de.adorsys.multibanking.domain.ConsentEntity consentEntity)
Copyright © 2020. All rights reserved.