[keycloak-dev] Refactoring Model

Bill Burke bburke at redhat.com
Wed Feb 26 19:43:35 EST 2014


I'm refactoring ApplicationModel and OAuthClientModel to inherit from 
the same interface, ClientModel.  I'm moving all the app/client specific 
attributes out of UserModel and into ClientModel.

I also want the TokenService to be dealing with ClientModel instead of 
putzing around with UserModels and figuring out if they are apps or not. 
  right now, if you change an application name it can screw up 
everything when generating a token.

So, expect some changes in this area this week.
-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the keycloak-dev mailing list