Class AspspProfileServiceImpl
- java.lang.Object
-
- de.adorsys.psd2.aspsp.profile.service.AspspProfileServiceImpl
-
- All Implemented Interfaces:
de.adorsys.psd2.aspsp.profile.service.AspspProfileService
@Service public class AspspProfileServiceImpl extends Object implements de.adorsys.psd2.aspsp.profile.service.AspspProfileService
-
-
Constructor Summary
Constructors Constructor Description AspspProfileServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.aspsp.profile.domain.AspspSettingsgetAspspSettings(String instanceId)List<de.adorsys.psd2.xs2a.core.profile.ScaApproach>getScaApproaches(String instanceId)booleanisMultitenancyEnabled()
-
-
-
Method Detail
-
getAspspSettings
public de.adorsys.psd2.aspsp.profile.domain.AspspSettings getAspspSettings(String instanceId)
- Specified by:
getAspspSettingsin interfacede.adorsys.psd2.aspsp.profile.service.AspspProfileService
-
getScaApproaches
public List<de.adorsys.psd2.xs2a.core.profile.ScaApproach> getScaApproaches(String instanceId)
- Specified by:
getScaApproachesin interfacede.adorsys.psd2.aspsp.profile.service.AspspProfileService
-
isMultitenancyEnabled
public boolean isMultitenancyEnabled()
- Specified by:
isMultitenancyEnabledin interfacede.adorsys.psd2.aspsp.profile.service.AspspProfileService
-
-