Package org.openiam.thread
Interface Sweepable
-
- All Known Subinterfaces:
AuthorizationManagerMenuService
,AuthorizationManagerService
,InboxProcessorService
,ISyncObjectProcessor<E>
- All Known Implementing Classes:
AbstractBackendSweeper
,AbstractCacheSweeper
,AbstractGraphIdProvider
,AbstractLogListener
,AbstractSyncObjectProcessor
,AuditLogListener
,AuditSysLog
,AuthenticationRuleServiceImpl
,AuthorizationManagerMenuServiceImpl
,AuthorizationManagerServiceImpl
,AuthProviderCacheSweeper
,ConnectorHealthCheckIDMSweeper
,ConnectorServiceDownCheckIDMSweeper
,CosmoDBGraphIDProvider
,EdgeIdCache
,EdgeIdCacheSweeper
,EntitltementsObjectCache
,EntitltementsObjectCacheSweeper
,ExternalLogListener
,GraphIdCacheSweeper
,GroupSyncObjectProcessorImpl
,HealthcheckFileWriter
,InboxProcessorServiceImpl
,JanusGraphIDProvider
,ManagedSysCacheSweeper
,ManagedSystemSyncObjectProcessorImpl
,NeptuneGraphIDProvider
,OrganizationSyncObjectProcessorImpl
,OrganizationTypeServiceImpl
,PolicyCacheSweeper
,PolicySyncObjectProcessorImpl
,PropertyValueCacheSweeper
,RemoveCompletedBatchTasks
,ResourceSyncObjectProcessorImpl
,RoleSyncObjectProcessorImpl
,TaskEmailNotifier
,URIFederationServiceImpl
,UserCountForGroupsCacheSweeper
,UserCountForRolesCacheSweeper
,UserSyncObjectProcessorImpl
public interface Sweepable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sweep()
Placeholder for Spring to call via Quartz.
-