Runtime tools : Service components : LDAP Access Service : Reference : LDAP format definitions
  
LDAP format definitions
The LDAPRequestFormat and LDAPResponseFormat classes support externalization of input and output data, respectively, for the LDAP Access Service. These formatters utilize a MapFormat to translate data from toolkit contexts to the LDAP Access Service, and from the LDAP Access Service back into the contexts. The complete externalized forms of the LDAPRequestFormat, LDAPResponseFormat, and MapFormat are shown below. Italicized type is used to denote variable names that the user defines. Bold type is used to indicate names that must appear exactly as shown.
See
Externalized structure for MapFormat
Externalized structure for LDAPRequestFormat
Externalized structure for LDAPResponseFormat
Go up to
Reference