I am working on an User Storage SPI with import strategy. Was going through the documentation at Import implementation strategy where I tried implementing the createAdapter function.
But I quickly realized it’s using UserStoragePrivateUtil
which seems to be a private for Keycloak. Not sure how I can use it in an SPI.
Thoughts ? Or am I doing something wrong
Ignore this.
I didnt import the right packages.