Uses of Enum Class
org.keycloak.exportimport.Strategy
Package
Description
-
Uses of Strategy in org.keycloak.exportimport
Modifier and TypeMethodDescriptionstatic Strategy
Returns the enum constant of this class with the specified name.static Strategy[]
Strategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
ExportImportConfig.setStrategy
(Strategy strategy) -
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)