JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java CAPS LDAP Binding Component User's Guide     Java CAPS Documentation
search filter icon
search icon

Document Information

Understanding the LDAP Binding Component

About the LDAP Binding Component

Functional Architecture of the LDAP Binding Component

Supported LDAP Servers

About LDAP

Entries, Attributes and Values

LDAP Directory Structure

Distinguished Names and Relative Distinguished Names

LDAP Service and LDAP Client

Terms and Definitions

Supported Features in the LDAP Binding Component

Supported LDAP Functions

Searching the LDAP Directory

OBJECT_SCOPE Search Method

ONELEVEL_SCOPE Search Method

SUBTREE_SCOPE Search Method

Security for LDAP Transactions

LDAP BC WSDL Configuration

Viewing the LDAP WSDL Document

To Add Extension Attributes

Service Level WSDL Elements

Binding Level WSDL Elements

LDAP Binding Element

LDAP Operation Element

LDAP Output Element

Runtime Configuration

Accessing the LDAP Binding Component Runtime Properties

To Access the LDAP Binding Component Runtime Properties

LDAP Binding Component Runtime Properties

General Properties

Identification Properties

Configuration Properties

Statistics Properties

Loggers Properties

Application Variables

Application Configurations

Searching the LDAP Directory

You can search for an entry or multiple entries of the LDAP directory. The LDAP BC supports the following search attributes:

You can search for an attribute among many LDAP servers by using the search referral attribute to set up an LDAP referral to another LDAP server. This means after the search fails to locate the search string on one server, it automatically searches over the referred server. Use the RCF command line utility to generate the credential file that contains the appropriate referral credentials. Search referral supports the following attributes:

You can use any of the following LDAP search methods:

OBJECT_SCOPE Search Method

The OBJECT_SCOPE method defines the search method only within the named object that is defined with ContextName. The object scope compares the named object for some particular attribute or value.

image:Object Scope

ONELEVEL_SCOPE Search Method

The ONELEVEL_SCOPE method defines the search method for entries that are one level below the named object.

image:One Level Scope

SUBTREE_SCOPE Search Method

The SUBTREE_SCOPE method defines the search method for all entries starting from the named object and all descendants below the named object.

image:SubTree scope