@Service @Transactional(readOnly=true) public class AisAuthorisationServiceInternalEncrypted extends Object implements AisConsentAuthorisationServiceEncrypted
| Constructor and Description |
|---|
AisAuthorisationServiceInternalEncrypted() |
public AisAuthorisationServiceInternalEncrypted()
@Transactional public CmsResponse<CreateAisConsentAuthorizationResponse> createAuthorizationWithResponse(String encryptedConsentId, AisConsentAuthorizationRequest request)
public CmsResponse<AisConsentAuthorizationResponse> getAccountConsentAuthorizationById(String authorisationId, String encryptedConsentId)
@Transactional public CmsResponse<Boolean> updateConsentAuthorization(String authorizationId, AisConsentAuthorizationRequest request)
@Transactional public CmsResponse<Boolean> updateConsentAuthorisationStatus(String authorisationId, de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus)
public CmsResponse<List<String>> getAuthorisationsByConsentId(String encryptedConsentId)
@Transactional public CmsResponse<de.adorsys.psd2.xs2a.core.sca.ScaStatus> getAuthorisationScaStatus(String encryptedConsentId, String authorisationId)
public CmsResponse<Boolean> isAuthenticationMethodDecoupled(String authorisationId, String authenticationMethodId)
@Transactional public CmsResponse<Boolean> saveAuthenticationMethods(String authorisationId, List<CmsScaMethod> methods)
@Transactional public CmsResponse<Boolean> updateScaApproach(String authorisationId, de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach)
public CmsResponse<de.adorsys.psd2.xs2a.core.sca.AuthorisationScaApproachResponse> getAuthorisationScaApproach(String authorisationId)
Copyright © 2019. All rights reserved.