Class ProfileConfigurations
- java.lang.Object
-
- de.adorsys.psd2.aspsp.profile.config.ProfileConfigurations
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class ProfileConfigurations extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description ProfileConfigurations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()BankProfileSettinggetSetting(String instanceId)voidsetDefaultProperties()voidupdateSettings(ProfileConfigurations newProfileConfiguration)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
setDefaultProperties
public void setDefaultProperties()
-
getSetting
public BankProfileSetting getSetting(String instanceId)
-
updateSettings
public void updateSettings(ProfileConfigurations newProfileConfiguration)
-
-