@Service @Transactional(readOnly=true) public class AisConsentServiceInternalEncrypted extends Object implements AisConsentServiceEncrypted
| Constructor and Description |
|---|
AisConsentServiceInternalEncrypted() |
@Transactional public Optional<String> createConsent(CreateAisConsentRequest request)
public Optional<de.adorsys.psd2.xs2a.core.consent.ConsentStatus> getConsentStatusById(String encryptedConsentId)
@Transactional public boolean updateConsentStatusById(String encryptedConsentId, de.adorsys.psd2.xs2a.core.consent.ConsentStatus status)
public Optional<AisAccountConsent> getAisAccountConsentById(String encryptedConsentId)
@Transactional public void checkConsentAndSaveActionLog(AisConsentActionRequest encryptedRequest)
@Transactional public Optional<String> updateAccountAccess(String encryptedConsentId, AisAccountAccessInfo request)
@Transactional public Optional<String> createAuthorization(String encryptedConsentId, AisConsentAuthorizationRequest request)
public Optional<AisConsentAuthorizationResponse> getAccountConsentAuthorizationById(String authorisationId, String encryptedConsentId)
@Transactional public boolean updateConsentAuthorization(String authorizationId, AisConsentAuthorizationRequest request)
public Optional<de.adorsys.psd2.xs2a.core.psu.PsuIdData> getPsuDataByConsentId(String encryptedConsentId)
public Optional<List<String>> getAuthorisationsByConsentId(String encryptedConsentId)
Copyright © 2018. All rights reserved.