+1 on UUIDs; we do same on UPS
On Friday, February 7, 2014, Stian Thorgersen <stian(a)redhat.com> wrote:
I propose we use java.util.UUID to IDs generated by DB (JPA
@GeneratedValue). Reasoning behind this is:
W/ the hibernate specific annotations?
* IDs are the same independent of store used (JPA, Mongo, PicketLink,
LDAP, etc)
* Easy to support many RDBMS (some support sequence and/or identity, so it
seems the recommended approach when you don't know what the db will be is
table)
* IDs can be generated without a "central" db
Also, we'd like to be able to export all data to a json then import into
any store. We then need to make sure there's no conflicts in IDs. For
example you first use KC with H2, then export all data, import into MySQL,
then export all data, import into Mongo. I can see that causing some issues
with IDs generated by DB.
This is related to DB issues (Mysql, PostgreSQL not working), Mongo store
impl as well as move to using user id instead of username as the reference
for a user.
_______________________________________________
keycloak-dev mailing list
keycloak-dev(a)lists.jboss.org <javascript:;>
https://lists.jboss.org/mailman/listinfo/keycloak-dev
--
Sent from Gmail Mobile