Class DemoInMemoryInitializingBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Component
    @ConditionalOnProperty(value="authentication.source",
                           havingValue="db")
    public class DemoInMemoryInitializingBean
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • DemoInMemoryInitializingBean

        public DemoInMemoryInitializingBean()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean