Class KeymasterStart
- java.lang.Object
-
- org.apache.syncope.common.keymaster.client.api.startstop.KeymasterStart
-
- All Implemented Interfaces:
EventListener
,ApplicationListener<ContextRefreshedEvent>
- Direct Known Subclasses:
SyncopeCoreStart
public class KeymasterStart extends Object implements ApplicationListener<ContextRefreshedEvent>
-
-
Field Summary
Fields Modifier and Type Field Description protected NetworkService.Type
networkServiceType
protected ServiceOps
serviceOps
-
Constructor Summary
Constructors Constructor Description KeymasterStart(NetworkService.Type networkServiceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NetworkService
getNetworkService()
void
onApplicationEvent(ContextRefreshedEvent event)
-
-
-
Field Detail
-
serviceOps
@Autowired protected ServiceOps serviceOps
-
networkServiceType
protected final NetworkService.Type networkServiceType
-
-
Constructor Detail
-
KeymasterStart
public KeymasterStart(NetworkService.Type networkServiceType)
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(ContextRefreshedEvent event)
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ContextRefreshedEvent>
-
getNetworkService
protected NetworkService getNetworkService()
-
-