Interface ExpirationTask
public interface ExpirationTask
-
Method Summary
-
Method Details
-
start
void start()Starts the expiration task.This method is only invoked when Keycloak starts, and the implementation is responsible to schedule future invocation, to prevent the database growing.
-
stop
void stop()Stops the expiration task.
-