Class AspspConsentDataService
- java.lang.Object
-
- de.adorsys.aspsp.xs2a.connector.spi.impl.AspspConsentDataService
-
@Service public class AspspConsentDataService extends Object
-
-
Constructor Summary
Constructors Constructor Description AspspConsentDataService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginAttemptAspspConsentDataServicegetLoginAttemptAspspConsentDataService()de.adorsys.ledgers.middleware.api.domain.sca.GlobalScaResponseTOresponse(byte[] aspspConsentData)de.adorsys.ledgers.middleware.api.domain.sca.GlobalScaResponseTOresponse(byte[] aspspConsentData, boolean checkCredentials)byte[]store(de.adorsys.ledgers.middleware.api.domain.sca.GlobalScaResponseTO response)Default storage, makes sure there is a bearer token in the response object.byte[]store(de.adorsys.ledgers.middleware.api.domain.sca.GlobalScaResponseTO response, boolean checkCredentials)
-
-
-
Method Detail
-
store
public byte[] store(de.adorsys.ledgers.middleware.api.domain.sca.GlobalScaResponseTO response)
Default storage, makes sure there is a bearer token in the response object.
-
store
public byte[] store(de.adorsys.ledgers.middleware.api.domain.sca.GlobalScaResponseTO response, boolean checkCredentials)
-
response
public de.adorsys.ledgers.middleware.api.domain.sca.GlobalScaResponseTO response(byte[] aspspConsentData)
-
response
public de.adorsys.ledgers.middleware.api.domain.sca.GlobalScaResponseTO response(byte[] aspspConsentData, boolean checkCredentials)
-
getLoginAttemptAspspConsentDataService
public LoginAttemptAspspConsentDataService getLoginAttemptAspspConsentDataService()
-
-