Table of Contents
Select one of the links below to find the contents of that trail.
Getting Started
The Basics
Beyond the Basics
Java Objects and the Directory
Building a Service Provider
Tips for LDAP Users
Getting Started
Naming and Directory Concepts
Naming Concepts
Directory Concepts
Directory-enabled Java Applications
Glossary
JNDI Overview
Naming Package
Directory Package
Service Provider Package
Examples
Naming Example
Directory Example
Common Problems (and Their Solutions)
Compilation Problems
Runtime Problems
Web Browser Problems
The Basics
Preparations
Required Software
What's in the Directory Service?
Packages and Classpath
Naming Exceptions
The Initial Context
Names
Naming Operations
Looking up an Object
Listing a Context
Adding and Removing a Binding
Renaming an Object
Creating and Destroying a Context
Directory Operations
Attribute Names
Reading Attributes
Modifying Attributes
Searching the Directory
Basic Search
Search Filters
Search Controls
Search Scope
Count Limit
Time Limit
Hybrid Naming and Directory Operations
Beyond the Basics
Java Objects and the Directory
Storing Objects in the Directory
Serializable Objects
References
Objects with Attributes
Reading Objects from the Directory
Lookups
Lists
Searches
Object Factories
Writing an Object Factory
Other Uses
Role of Service Providers
Reference Example
Attributes Example
Representation in the Directory
LDAP Directories
File System
Building a Service Provider
Tips for LDAP Users