[midPoint] get extended attribute in notification
Steklac Michal
Michal_Steklac at datalan.sk
Sat May 2 22:51:24 CEST 2015
Hi,
i have extend schema with attribute internship. It is possible get their value in notification.
This works for me for attribute givenName
...
QName USER_GIVENNAME_QNAME = new QName(NS_FOO,"givenName");
if(delta.findPropertyDelta(USER_GIVENNAME_QNAME)!=null){
attr = attr+'\nmeno='+requestee.getGivenName();
}
...
Thanks
MiSo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20150502/293f122a/attachment.htm>
More information about the midPoint
mailing list