@Service public class AspspProfileServiceWrapper extends Object
| Constructor and Description |
|---|
AspspProfileServiceWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAisRedirectUrlToAspsp()
Reads get AIS redirect url to aspsp from ASPSP profile service
|
Boolean |
getAllPsd2Support()
Reads value of AllPsd2Support from ASPSP profile service
|
List<PaymentProduct> |
getAvailablePaymentProducts()
Gets a list of payment products allowed by current ASPSP from ASPSP profile service
|
List<PaymentType> |
getAvailablePaymentTypes()
Gets a list of payment types available at current ASPSP from ASPSP profile service
|
int |
getConsentLifetime()
Reads value of maximum consent lifetime
|
String |
getPisRedirectUrlToAspsp()
Reads get PIS redirect url to aspsp from ASPSP profile service
|
ScaApproach |
getScaApproach()
Reads sca approach from ASPSP profile service
|
List<SupportedAccountReferenceField> |
getSupportedAccountReferenceFields()
Retrieves list of supported Xs2aAccountReference fields from ASPSP profile service
|
Boolean |
getTppSignatureRequired()
Reads requirement of tpp signature from ASPSP profile service
|
boolean |
isBankOfferedConsentSupported()
Reads value BankOfferedConsentSupported
|
boolean |
isPaymentCancellationAuthorizationMandated()
Reads if is payment cancellation authorization mandated from ASPSP profile service
|
boolean |
isPiisConsentSupported() |
boolean |
isSigningBasketSupported()
Reads if signing basket supported from ASPSP profile service
|
boolean |
isTransactionsWithoutBalancesSupported()
Reads value of transactions without balances supported from ASPSP profile service
|
public List<PaymentProduct> getAvailablePaymentProducts()
public List<PaymentType> getAvailablePaymentTypes()
@Cacheable(value="aspspProfileCash") public ScaApproach getScaApproach()
public Boolean getTppSignatureRequired()
public String getPisRedirectUrlToAspsp()
public String getAisRedirectUrlToAspsp()
public List<SupportedAccountReferenceField> getSupportedAccountReferenceFields()
public int getConsentLifetime()
public Boolean getAllPsd2Support()
public boolean isBankOfferedConsentSupported()
public boolean isTransactionsWithoutBalancesSupported()
public boolean isSigningBasketSupported()
public boolean isPaymentCancellationAuthorizationMandated()
public boolean isPiisConsentSupported()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.