Uses of Enum Class
org.keycloak.exportimport.UsersExportStrategy
Packages that use UsersExportStrategy
-
Uses of UsersExportStrategy in org.keycloak.exportimport
Fields in org.keycloak.exportimport declared as UsersExportStrategyModifier and TypeFieldDescriptionstatic final UsersExportStrategy
ExportImportConfig.DEFAULT_USERS_EXPORT_STRATEGY
Methods in org.keycloak.exportimport that return UsersExportStrategyModifier and TypeMethodDescriptionstatic UsersExportStrategy
Returns the enum constant of this class with the specified name.static UsersExportStrategy[]
UsersExportStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UsersExportStrategy in org.keycloak.exportimport.util
Methods in org.keycloak.exportimport.util with parameters of type UsersExportStrategyModifier and TypeMethodDescriptionMultipleStepsExportProvider.withUsersExportStrategy
(UsersExportStrategy usersExportStrategy)