Class SyncopeEnduserApplication
- java.lang.Object
-
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- org.apache.syncope.client.enduser.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 Summary
Constructors Constructor Description SyncopeEnduserApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.boot.builder.SpringApplicationBuilderconfigure(org.springframework.boot.builder.SpringApplicationBuilder builder)org.apache.syncope.common.keymaster.client.api.startstop.KeymasterStartkeymasterStart()org.apache.syncope.common.keymaster.client.api.startstop.KeymasterStopkeymasterStop()static voidmain(String[] args)SyncopeCoreHealthIndicatorsyncopeCoreHealthIndicator(org.apache.syncope.common.keymaster.client.api.ServiceOps serviceOps, EnduserProperties props)SyncopeEnduserInfoContributorsyncopeEnduserInfoContributor(EnduserProperties enduserProperties)SyncopeWebApplicationsyncopeWebApplication(org.springframework.core.io.ResourceLoader resourceLoader, EnduserProperties props, ClassPathScanImplementationLookup lookup, org.apache.syncope.common.keymaster.client.api.ServiceOps serviceOps)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
- Overrides:
configurein classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
syncopeWebApplication
@ConditionalOnMissingBean @Bean public SyncopeWebApplication syncopeWebApplication(org.springframework.core.io.ResourceLoader resourceLoader, EnduserProperties props, ClassPathScanImplementationLookup lookup, org.apache.syncope.common.keymaster.client.api.ServiceOps serviceOps)
-
syncopeCoreHealthIndicator
@ConditionalOnMissingBean @Bean public SyncopeCoreHealthIndicator syncopeCoreHealthIndicator(org.apache.syncope.common.keymaster.client.api.ServiceOps serviceOps, EnduserProperties props)
-
syncopeEnduserInfoContributor
@ConditionalOnMissingBean @Bean public SyncopeEnduserInfoContributor syncopeEnduserInfoContributor(EnduserProperties enduserProperties)
-
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()
-
-