Removing a person entry
To remove a person, define the DN for the person and then call destroySubContext on the context.
Ensure that we have initialized the context.
To remove a person entry...
- Define the DN of the person to remove.
- Call destroySubContext on the context.
After defining the DN of the person, a call to destroySubContext is made with the JNDI context.
Example
damlContext.destroySubcontext("uid=" + uid);We can do these tasks:
- Add person entry
- Modify the information of a person entry
Parent topic: Event notifications of HR data