Package org.apache.syncope.core.starter
Class SyncopeCoreStart
- java.lang.Object
-
- org.apache.syncope.common.keymaster.client.api.startstop.KeymasterStart
-
- org.apache.syncope.core.starter.SyncopeCoreStart
-
- All Implemented Interfaces:
EventListener
,ApplicationListener<ContextRefreshedEvent>
,Ordered
public class SyncopeCoreStart extends KeymasterStart implements Ordered
Take care of all inits needed by Syncope Core to run up and safe.
-
-
Field Summary
Fields Modifier and Type Field Description protected NetworkService.Type
networkServiceType
protected ServiceOps
serviceOps
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
-
Constructor Summary
Constructors Constructor Description SyncopeCoreStart(DomainHolder domainHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NetworkService
getNetworkService()
int
getOrder()
void
onApplicationEvent(ContextRefreshedEvent event)
-
-
-
Field Detail
-
serviceOps
@Autowired protected ServiceOps serviceOps
-
networkServiceType
protected final NetworkService.Type networkServiceType
-
-
Constructor Detail
-
SyncopeCoreStart
public SyncopeCoreStart(DomainHolder domainHolder)
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(ContextRefreshedEvent event)
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ContextRefreshedEvent>
- Overrides:
onApplicationEvent
in classKeymasterStart
-
getNetworkService
protected NetworkService getNetworkService()
-
-