[keycloak-dev] Can I use this method in RepresentationToModel?

Stan Silvert ssilvert at redhat.com
Thu Oct 15 17:07:26 EDT 2015


I'm implementing import users from the admin console.  I'd like to use 
this method to create each user:
https://github.com/keycloak/keycloak/blob/master/model/api/src/main/java/org/keycloak/models/utils/RepresentationToModel.java#L923

But I'm not sure of the effect since this method uses 
session.userStorage().addUser() instead of session.users().addUser().

Anyone care to enlighten me?

Stan



More information about the keycloak-dev mailing list