Class CredentialRefreshService
- java.lang.Object
 - 
- com.google.common.util.concurrent.AbstractScheduledService
 - 
- uk.co.ractf.polaris.controller.service.CredentialRefreshService
 
 
 
- 
- All Implemented Interfaces:
 com.google.common.util.concurrent.Service
public class CredentialRefreshService extends com.google.common.util.concurrent.AbstractScheduledService 
- 
- 
Constructor Summary
Constructors Constructor Description CredentialRefreshService(ClusterState clusterState, NotificationFacade notifications) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrunOneIteration()protected com.google.common.util.concurrent.AbstractScheduledService.Schedulerscheduler() 
 - 
 
- 
- 
Constructor Detail
- 
CredentialRefreshService
@Inject public CredentialRefreshService(ClusterState clusterState, NotificationFacade notifications)
 
 - 
 
- 
Method Detail
- 
runOneIteration
public void runOneIteration()
- Specified by:
 runOneIterationin classcom.google.common.util.concurrent.AbstractScheduledService
 
- 
scheduler
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler scheduler()
- Specified by:
 schedulerin classcom.google.common.util.concurrent.AbstractScheduledService
 
 - 
 
 -