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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(KeycloakSession session) protected abstract voidrunExportImportTask(KeycloakSession session) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.KeycloakSessionTask
getTaskName
-
Constructor Details
-
ExportImportSessionTask
public ExportImportSessionTask()
-
-
Method Details
-
run
- Specified by:
runin interfaceKeycloakSessionTask
-
useExistingSession
public boolean useExistingSession()- Specified by:
useExistingSessionin interfaceKeycloakSessionTask
-
runExportImportTask
- Throws:
IOException
-