Package org.keycloak.exportimport.util
Class ExportImportSessionTask
- java.lang.Object
-
- org.keycloak.exportimport.util.ExportImportSessionTask
-
- All Implemented Interfaces:
KeycloakSessionTask
public abstract class ExportImportSessionTask extends Object implements KeycloakSessionTask
Just to wrapIOException
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description ExportImportSessionTask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
run(KeycloakSession session)
protected abstract void
runExportImportTask(KeycloakSession session)
-
-
-
Method Detail
-
run
public void run(KeycloakSession session)
- Specified by:
run
in interfaceKeycloakSessionTask
-
runExportImportTask
protected abstract void runExportImportTask(KeycloakSession session) throws IOException
- Throws:
IOException
-
-