Uses of Class
org.keycloak.exportimport.Strategy
- 
Packages that use Strategy Package Description org.keycloak.exportimport org.keycloak.exportimport.dir org.keycloak.exportimport.singlefile org.keycloak.exportimport.util 
- 
- 
Uses of Strategy in org.keycloak.exportimportFields in org.keycloak.exportimport declared as Strategy Modifier and Type Field Description static StrategyExportImportConfig. DEFAULT_STRATEGYMethods in org.keycloak.exportimport that return Strategy Modifier and Type Method Description static StrategyStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Strategy[]Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of Strategy in org.keycloak.exportimport.dirMethods in org.keycloak.exportimport.dir with parameters of type Strategy Modifier and Type Method Description voidDirImportProvider. importRealm(String realmName, Strategy strategy)Constructors in org.keycloak.exportimport.dir with parameters of type Strategy Constructor Description DirImportProvider(KeycloakSessionFactory factory, Strategy strategy)
- 
Uses of Strategy in org.keycloak.exportimport.singlefileConstructors in org.keycloak.exportimport.singlefile with parameters of type Strategy Constructor Description SingleFileImportProvider(KeycloakSessionFactory factory, File file, Strategy strategy)
- 
Uses of Strategy in org.keycloak.exportimport.utilMethods in org.keycloak.exportimport.util with parameters of type Strategy Modifier and Type Method Description static 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)
 
-