I have a Java web application using Opendj LDAP server to manage the users. Users can be added to either through Web Application or LDap server UI. Is there anyway for Web Application to get notified when user is added/edited from LDap server UI? Currently, the users are being refreshed in Web Application at a regular interval by getting all the users from LDap server. Is there any listener kind of thing that monitors users on Ldap? Anything in Ldap SDK I can make use?
Any pointers are appreciated.