Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Context « JNDI LDAP « Java
Java
JNDI LDAP
Context
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