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.exportimport
Fields in org.keycloak.exportimport declared as Strategy Modifier and Type Field Description static Strategy
ExportImportConfig. DEFAULT_STRATEGY
Methods in org.keycloak.exportimport that return Strategy Modifier and Type Method Description static Strategy
Strategy. 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.dir
Methods in org.keycloak.exportimport.dir with parameters of type Strategy Modifier and Type Method Description void
DirImportProvider. 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.singlefile
Constructors 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.util
Methods in org.keycloak.exportimport.util with parameters of type Strategy Modifier and Type Method Description static 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)
-