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.timer
Methods in org.keycloak.timer that return TimerProvider.TimerTaskContext Modifier and Type Method Description TimerProvider.TimerTaskContext
TimerProvider. 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.basic
Classes in org.keycloak.timer.basic that implement TimerProvider.TimerTaskContext Modifier and Type Class Description class
TimerTaskContextImpl
Methods in org.keycloak.timer.basic that return TimerProvider.TimerTaskContext Modifier and Type Method Description TimerProvider.TimerTaskContext
BasicTimerProvider. cancelTask(String taskName)
-