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