CycriLabs / keycloak-configurator

Configures Keycloak based on a set of JSON configuration files
MIT License
10 stars 0 forks source link

Improve the importer interface in regards to storing entities #11

Open MarcScheib opened 1 year ago

MarcScheib commented 1 year ago

Storing entities in the entity manager is currently coupled in the import method of the importer interface. This should be moved to an own method that has to be implemented if needed.