Class ConfluenceDirectoryMonitorRefresherStarter
java.lang.Object
com.atlassian.confluence.impl.user.crowd.directory.ConfluenceDirectoryMonitorRefresherStarter
- Since:
- 7.11.2
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceDirectoryMonitorRefresherStarter
(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.scheduler.SchedulerService schedulerService, long refresherJobIntervalMillis) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(com.atlassian.crowd.event.directory.DirectoryCreatedEvent event) void
handleEvent
(com.atlassian.crowd.event.directory.DirectoryDeletedEvent event) void
handleEvent
(com.atlassian.crowd.event.directory.DirectoryUpdatedEvent event) void
onApplicationReady
(com.atlassian.crowd.event.application.ApplicationReadyEvent event) void
onXMLRestore
(com.atlassian.crowd.event.migration.XMLRestoreFinishedEvent event) void
void
-
Constructor Details
-
ConfluenceDirectoryMonitorRefresherStarter
public ConfluenceDirectoryMonitorRefresherStarter(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.scheduler.SchedulerService schedulerService, long refresherJobIntervalMillis)
-
-
Method Details
-
registerListener
@PostConstruct public void registerListener() -
unregisterListener
@PreDestroy public void unregisterListener() -
onApplicationReady
@EventListener public void onApplicationReady(com.atlassian.crowd.event.application.ApplicationReadyEvent event) -
onXMLRestore
@EventListener public void onXMLRestore(com.atlassian.crowd.event.migration.XMLRestoreFinishedEvent event) -
handleEvent
@EventListener public void handleEvent(com.atlassian.crowd.event.directory.DirectoryUpdatedEvent event) -
handleEvent
@EventListener public void handleEvent(com.atlassian.crowd.event.directory.DirectoryDeletedEvent event) -
handleEvent
@EventListener public void handleEvent(com.atlassian.crowd.event.directory.DirectoryCreatedEvent event)
-