@Named public class OidcDiscoveryRefreshJob extends Object implements com.atlassian.sal.api.lifecycle.LifecycleAware
| Constructor and Description |
|---|
OidcDiscoveryRefreshJob(com.atlassian.scheduler.SchedulerService schedulerService,
SsoConfigService ssoConfigService,
IdpConfigService idpConfigService,
com.atlassian.event.api.EventPublisher eventPublisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyBean() |
void |
initializeBean() |
void |
onOidcDiscoveryRefreshCronUpdated(OidcDiscoveryRefreshCronUpdatedEvent event) |
void |
onStart() |
void |
onStop() |
com.atlassian.scheduler.JobRunnerResponse |
runJob(com.atlassian.scheduler.JobRunnerRequest jobRunnerRequest) |
@Inject
public OidcDiscoveryRefreshJob(com.atlassian.scheduler.SchedulerService schedulerService,
SsoConfigService ssoConfigService,
IdpConfigService idpConfigService,
com.atlassian.event.api.EventPublisher eventPublisher)
@PostConstruct public void initializeBean()
@PreDestroy public void destroyBean()
public void onStart()
onStart in interface com.atlassian.sal.api.lifecycle.LifecycleAwarepublic void onStop()
onStop in interface com.atlassian.sal.api.lifecycle.LifecycleAwarepublic com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest jobRunnerRequest)
@EventListener public void onOidcDiscoveryRefreshCronUpdated(OidcDiscoveryRefreshCronUpdatedEvent event)
Copyright © 2023 Atlassian. All rights reserved.