Package org.keycloak.exportimport.util
Class ExportImportSessionTask
java.lang.Object
org.keycloak.exportimport.util.ExportImportSessionTask
- All Implemented Interfaces:
KeycloakSessionTask
Just to wrap
IOException
- Author:
- Marek Posolda
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(KeycloakSession session) protected abstract void
runExportImportTask
(KeycloakSession session) boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.KeycloakSessionTask
getTaskName
-
Constructor Details
-
ExportImportSessionTask
public ExportImportSessionTask()
-
-
Method Details
-
run
- Specified by:
run
in interfaceKeycloakSessionTask
-
useExistingSession
public boolean useExistingSession()- Specified by:
useExistingSession
in interfaceKeycloakSessionTask
-
runExportImportTask
- Throws:
IOException
-