[keycloak-dev] Representations values must be Objects

Bill Burke bburke at redhat.com
Fri Feb 13 11:37:17 EST 2015


This is very important:

All Representation (json) classes must have Object, nullable attributes 
types.  The reason is for REST updates.  The pattern we use is that if 
the value is null, we don't update, if the value isn't null, we update. 
  So, boolean must be set as Boolean objects.

kthxbye,

Bill

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the keycloak-dev mailing list