Uses of Enum Class
org.keycloak.exportimport.Strategy
Packages that use Strategy
Package
Description
-
Uses of Strategy in org.keycloak.exportimport
Fields in org.keycloak.exportimport declared as StrategyMethods in org.keycloak.exportimport that return Strategy -
Uses of Strategy in org.keycloak.exportimport.dir
Methods in org.keycloak.exportimport.dir with parameters of type StrategyModifier and TypeMethodDescriptionvoid
DirImportProvider.importRealm
(String realmName, Strategy strategy) Constructors in org.keycloak.exportimport.dir with parameters of type StrategyModifierConstructorDescriptionDirImportProvider
(KeycloakSessionFactory factory, Strategy strategy) -
Uses of Strategy in org.keycloak.exportimport.singlefile
Constructors in org.keycloak.exportimport.singlefile with parameters of type StrategyModifierConstructorDescriptionSingleFileImportProvider
(KeycloakSessionFactory factory, File file, Strategy strategy) -
Uses of Strategy in org.keycloak.exportimport.util
Methods in org.keycloak.exportimport.util with parameters of type StrategyModifier 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)