I
Irfan
Guest
(Please visit the site to view this file) Attached an example for you. Look at the oeablSecurity.properties and you will find a property in OERealm named "OERealm.UserDetails.propertiesAttrName" you to set that value. Its just name of the static property in OERealm class. In the OERealm class, look for OERealmDefs.cls where you have this static property defined. In OEUserRealm.cls, in the "GetAttribute" method you can see we a condition that if "OERealmDefs:REALM_ATTR_PROPERTIES" is set then it creates a bunch of properties as key value pair in JSON and return them back as a longchar. While the Client-Principal gets created, these properties gets added and you should be good with that. Let me know if you have any issues with the example.
Continue reading...
Continue reading...