Interface KeycloakSessionTask

All Known Subinterfaces:
ScheduledTask
All Known Implementing Classes:
AbstractLastSessionRefreshStoreFactory.PropagateLastSessionRefreshTask, ClearExpiredAdminEvents, ClearExpiredClientInitialAccessTokens, ClearExpiredEvents, ClearExpiredRevokedTokens, ClearExpiredUserSessions, ExportImportSessionTask, HibernateStatsReporter, NamedSessionTask

public interface KeycloakSessionTask
Task to be executed inside transaction
Author:
Marek Posolda
  • Method Details

    • run

      void run(KeycloakSession session)
    • useExistingSession

      default boolean useExistingSession()
    • getTaskName

      default String getTaskName()
      Returns:
      Details about the task. Can be useful for logging purposes