Class SyncopeEnduserApplication

  • All Implemented Interfaces:
    org.springframework.web.WebApplicationInitializer

    @SpringBootApplication(exclude={org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.class,org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.class},
                           proxyBeanMethods=false)
    @EnableConfigurationProperties(EnduserProperties.class)
    public class SyncopeEnduserApplication
    extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
    • Constructor Detail

      • SyncopeEnduserApplication

        public SyncopeEnduserApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
      • configure

        protected org.springframework.boot.builder.SpringApplicationBuilder configure​(org.springframework.boot.builder.SpringApplicationBuilder builder)
        Overrides:
        configure in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
      • syncopeCoreHealthIndicator

        @ConditionalOnMissingBean
        @Bean
        public SyncopeCoreHealthIndicator syncopeCoreHealthIndicator​(org.apache.syncope.common.keymaster.client.api.ServiceOps serviceOps,
                                                                     EnduserProperties props)
      • keymasterStart

        @Bean
        public org.apache.syncope.common.keymaster.client.api.startstop.KeymasterStart keymasterStart()
      • keymasterStop

        @Bean
        public org.apache.syncope.common.keymaster.client.api.startstop.KeymasterStop keymasterStop()