Class ServiceLocatorFactoryConfiguration
- java.lang.Object
-
- de.adorsys.psd2.xs2a.config.factory.ServiceLocatorFactoryConfiguration
-
@Configuration public class ServiceLocatorFactoryConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceLocatorFactoryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.beans.factory.config.ServiceLocatorFactoryBeanaisScaUpdateAuthorisationFactory()Configuration of ServiceLocatorFactoryBean bean to be used as a factory for AIS SCA authorisation stages through Service locator interface.org.springframework.beans.factory.config.ServiceLocatorFactoryBeanpisScaUpdateAuthorisationFactory()Configuration of ServiceLocatorFactoryBean bean to be used as a factory for PIS SCA authorisation stages through Service locator interface.org.springframework.beans.factory.config.ServiceLocatorFactoryBeanreadPaymentFactory()org.springframework.beans.factory.config.ServiceLocatorFactoryBeanreadPaymentStatusFactory()Configuration of ServiceLocatorFactoryBean bean to be used as a factory for read payment status services for different payment types through Service locator interface.
-
-
-
Method Detail
-
readPaymentFactory
@Bean public org.springframework.beans.factory.config.ServiceLocatorFactoryBean readPaymentFactory()
-
readPaymentStatusFactory
@Bean public org.springframework.beans.factory.config.ServiceLocatorFactoryBean readPaymentStatusFactory()
Configuration of ServiceLocatorFactoryBean bean to be used as a factory for read payment status services for different payment types through Service locator interface. See Spring docs for details.- Returns:
- ServiceLocatorFactoryBean
-
pisScaUpdateAuthorisationFactory
@Bean public org.springframework.beans.factory.config.ServiceLocatorFactoryBean pisScaUpdateAuthorisationFactory()
Configuration of ServiceLocatorFactoryBean bean to be used as a factory for PIS SCA authorisation stages through Service locator interface. See Spring docs for details.- Returns:
- ServiceLocatorFactoryBean
-
aisScaUpdateAuthorisationFactory
@Bean public org.springframework.beans.factory.config.ServiceLocatorFactoryBean aisScaUpdateAuthorisationFactory()
Configuration of ServiceLocatorFactoryBean bean to be used as a factory for AIS SCA authorisation stages through Service locator interface. See Spring docs for details.- Returns:
- ServiceLocatorFactoryBean
-
-