I've got the json from a realm export. Now I'd like to re-create that realm
using the keycloak-admin-client library. Is there any sample code out
there? Hints?
I've found
http://www.keycloak.org/docs/3.4/server_development/#admin-rest-api
and
http://www.keycloak.org/docs-api/3.4/javadocs/
and even
https://github.com/keycloak/keycloak/blob/master/integration/admin-client...
I feel like I've got parts of it, but I don't know how to put the pieces
together. Any help would be appreciated.
Thanks,
-Mike Yoder