Interface KeycloakSessionTask


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

    Modifier and Type
    Method
    Description
    default String
     
    void
     
  • Method Details

    • run

      void run(KeycloakSession session)
    • getTaskName

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