[midPoint] notification after create account on resource
Pavol Mederly
mederly at evolveum.com
Thu Sep 29 11:54:40 CEST 2016
Hello MiSo,
please see:
https://github.com/Evolveum/midpoint/blob/master/model/notifications-api/src/main/java/com/evolveum/midpoint/notifications/api/events/ResourceObjectEvent.java
There are methods getResourceName, getResourceOid that you can call to
determine name/oid of the resource.
So you can refer to them like:
event.resourceName
event.resourceOid
Best regards,
Pavol Mederly
Software developer
evolveum.com
On 23.09.2016 13:49, Michal Štekláč wrote:
> Hi,
>
> it is possible make expressionFilter who send notification only when
> account was create in one resource (AD resource for example)?
> I want to send notification to AD administrator when midpoint create
> account on AD. When midpoint create accounts in other resources (LDAP
> ..) then i do not want to send notification.
>
> Regards
> MiSo
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
More information about the midPoint
mailing list