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

Application Configurations

An Application Configuration Object (ACO) defines a set of values that can be used to override ldap:address attributes that are defined in the WSDL, such as credentials, protocol, authentication, and so on.

Using the Application Configuration property, you can configure the external connectivity parameters for applications you create, such as a service assembly, and without changing or rebuilding the application you can deploy the same application into a different system. For example, you could take an application that is running in a test environment and deploy it to a production environment without rebuilding the application.

The properties you can define for the application configuration are normally defined in the WSDL service extensibility elements. You then apply these values to a user-named endpoint ConfigExtension Property. The Application Configuration property editor includes fields for all of the parameters that apply to the LDAP service element in the WSDL. These values override the WSDL defined connectivity attributes when your project is deployed. To change these connectivity parameters again, you simply change the values in the Application Configuration editor, then shutdown and start your Service Assembly to apply the new values.

To change a property when the application is running, change your Application Configuration property value, then right-click your application in the Services window under Servers > GlassFish v2.x > JBI > Service Assemblies, and click Stop in the popup menu. When you restart your project, your new settings will take effect.