Uses of Interface
org.keycloak.timer.TimerProvider.TimerTaskContext
- 
Packages that use TimerProvider.TimerTaskContext Package Description org.keycloak.timer org.keycloak.timer.basic 
- 
- 
Uses of TimerProvider.TimerTaskContext in org.keycloak.timerMethods in org.keycloak.timer that return TimerProvider.TimerTaskContext Modifier and Type Method Description TimerProvider.TimerTaskContextTimerProvider. cancelTask(String taskName)Cancel task and return the details about it, so it can be eventually restored later
- 
Uses of TimerProvider.TimerTaskContext in org.keycloak.timer.basicClasses in org.keycloak.timer.basic that implement TimerProvider.TimerTaskContext Modifier and Type Class Description classTimerTaskContextImplMethods in org.keycloak.timer.basic that return TimerProvider.TimerTaskContext Modifier and Type Method Description TimerProvider.TimerTaskContextBasicTimerProvider. cancelTask(String taskName)
 
-