Interface AspspProfileUpdateService
-
public interface AspspProfileUpdateService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateAspspSettings(de.adorsys.psd2.aspsp.profile.domain.AspspSettings aspspSettings)Updates ASPSP settings in ASPSP profile by replacing all existing values with new onesvoidupdateScaApproaches(List<de.adorsys.psd2.xs2a.core.profile.ScaApproach> scaApproaches)Updates SCA approaches in ASPSP profile by replacing all existing approaches with new ones
-
-
-
Method Detail
-
updateScaApproaches
void updateScaApproaches(List<de.adorsys.psd2.xs2a.core.profile.ScaApproach> scaApproaches)
Updates SCA approaches in ASPSP profile by replacing all existing approaches with new ones- Parameters:
scaApproaches- SCA approaches to be set in the profile
-
updateAspspSettings
void updateAspspSettings(de.adorsys.psd2.aspsp.profile.domain.AspspSettings aspspSettings)
Updates ASPSP settings in ASPSP profile by replacing all existing values with new ones- Parameters:
aspspSettings- ASPSP Settings to be set in the profile
-
-