Context « JNDI LDAP « Java






1.how to list the name and class of objects in a context
2.how to create a new subcontext called "ou=NewOu" with some attributes
3.how to destroy a subcontext called "ou=NewOu"
4.Listing a Context in the Naming Service
5.Creating and Destroying a Subcontext in the Naming Service
6.Deleting an entry
7.rebind Context
8.tearDown Context Recursively
9.Create a context path recursively.








10.A JNDI context wrapper implementation that delegates read-only methods to its delegate Context, and throws OperationNotSupportedException for any method with a side-effect
11.A static utility class for common JNDI operations
12.JNDI utilities