Class ServiceLocatorFactoryConfiguration


  • @Configuration
    public class ServiceLocatorFactoryConfiguration
    extends Object
    • Constructor Detail

      • ServiceLocatorFactoryConfiguration

        public ServiceLocatorFactoryConfiguration()
    • 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