Uses of Enum Class
org.keycloak.exportimport.Strategy
Package
Description
-
Uses of Strategy in org.keycloak.exportimport
-
Uses of Strategy in org.keycloak.exportimport.dir
Modifier and TypeMethodDescriptionvoid
DirImportProvider.importRealm
(String realmName, Strategy strategy) ModifierConstructorDescriptionDirImportProvider
(KeycloakSessionFactory factory, Strategy strategy) -
Uses of Strategy in org.keycloak.exportimport.singlefile
ModifierConstructorDescriptionSingleFileImportProvider
(KeycloakSessionFactory factory, File file, Strategy strategy) -
Uses of Strategy in org.keycloak.exportimport.util
Modifier and TypeMethodDescriptionstatic void
ImportUtils.importFromStream
(KeycloakSession session, com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream is, Strategy strategy) Fully import realm (or more realms from particular stream)static boolean
ImportUtils.importRealm
(KeycloakSession session, RealmRepresentation rep, Strategy strategy, boolean skipUserDependent) Fully import realm from representation, save it to model and return model of newly created realmstatic void
ImportUtils.importRealms
(KeycloakSession session, Collection<RealmRepresentation> realms, Strategy strategy)