CmsResponse<CmsResponse.VoidResponse> |
AisConsentServiceBase.checkConsentAndSaveActionLog(AisConsentActionRequest request) |
Saves information about uses of consent
|
CmsResponse<Boolean> |
TppStopListService.checkIfTppBlocked(String tppAuthorisationNumber) |
Checks if TPP is blocked.
|
CmsResponse<CreateAuthorisationResponse> |
AuthorisationServiceBase.createAuthorisation(AuthorisationParentHolder parentHolder,
CreateAuthorisationRequest request) |
Creates authorisation and return response object
|
CmsResponse<de.adorsys.psd2.xs2a.core.authorisation.Authorisation> |
AuthorisationServiceBase.getAuthorisationById(String authorisationId) |
Gets authorisation
|
CmsResponse<List<String>> |
AuthorisationServiceBase.getAuthorisationsByParentId(AuthorisationParentHolder parentHolder) |
Gets list of authorisation IDs by parent ID
|
CmsResponse<de.adorsys.psd2.xs2a.core.sca.AuthorisationScaApproachResponse> |
AuthorisationServiceBase.getAuthorisationScaApproach(String authorisationId) |
Gets SCA approach from the authorisation by authorisation ID
|
CmsResponse<de.adorsys.psd2.xs2a.core.sca.ScaStatus> |
AuthorisationServiceBase.getAuthorisationScaStatus(String authorisationId,
AuthorisationParentHolder parentHolder) |
Gets SCA status of the authorisation by parent ID and authorisation ID
|
CmsResponse<String> |
PisCommonPaymentServiceEncrypted.getDecryptedId(String encryptedId) |
Gets original decrypted Id from encrypted string
|
CmsResponse<List<de.adorsys.psd2.consent.api.ais.CmsConsent>> |
PiisConsentService.getPiisConsentListByAccountIdentifier(@Nullable Currency currency,
de.adorsys.psd2.xs2a.core.profile.AccountReferenceSelector accountIdentifierName) |
Retrieves list of PIIS consents by account reference and optional currency.
|
CmsResponse<Boolean> |
AuthorisationServiceBase.isAuthenticationMethodDecoupled(String authorisationId,
String authenticationMethodId) |
Checks if requested authentication method is decoupled.
|
CmsResponse<Boolean> |
AuthorisationServiceBase.saveAuthenticationMethods(String authorisationId,
List<CmsScaMethod> methods) |
Saves authentication methods in provided authorisation
|
CmsResponse<de.adorsys.psd2.consent.api.ais.CmsConsent> |
AisConsentServiceBase.updateAspspAccountAccess(String consentId,
de.adorsys.psd2.core.data.AccountAccess request) |
Updates AIS consent aspsp account access by id and return consent
|
CmsResponse<de.adorsys.psd2.xs2a.core.authorisation.Authorisation> |
AuthorisationServiceBase.updateAuthorisation(String authorisationId,
UpdateAuthorisationRequest request) |
Updates authorisation
|
CmsResponse<Boolean> |
AuthorisationServiceBase.updateAuthorisationStatus(String authorisationId,
de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus) |
Updates authorisation status
|
CmsResponse<Boolean> |
AuthorisationServiceBase.updateScaApproach(String authorisationId,
de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach) |
Updates AIS SCA approach in authorisation
|
CmsResponse<Boolean> |
TppService.updateTppInfo(@NotNull de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo) |
Updates TPP by TPP authorisation number
|