Uses of Enum Class
org.keycloak.exportimport.Strategy
Packages that use Strategy
Package
Description
- 
Uses of Strategy in org.keycloak.exportimportFields in org.keycloak.exportimport declared as StrategyMethods in org.keycloak.exportimport that return Strategy
- 
Uses of Strategy in org.keycloak.exportimport.dirMethods in org.keycloak.exportimport.dir with parameters of type StrategyModifier and TypeMethodDescriptionvoidDirImportProvider.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.singlefileConstructors in org.keycloak.exportimport.singlefile with parameters of type StrategyModifierConstructorDescriptionSingleFileImportProvider(KeycloakSessionFactory factory, File file, Strategy strategy) 
- 
Uses of Strategy in org.keycloak.exportimport.utilMethods in org.keycloak.exportimport.util with parameters of type StrategyModifier and TypeMethodDescriptionstatic voidImportUtils.importFromStream(KeycloakSession session, com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream is, Strategy strategy) Fully import realm (or more realms from particular stream)static booleanImportUtils.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 voidImportUtils.importRealms(KeycloakSession session, Collection<RealmRepresentation> realms, Strategy strategy)