Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
117
11.2.2 Secondary LDAP Mapping parameter
Per LDAP mapping, there is a new optional coSpaceSecondaryUriMapping parameter so that
the coSpaces that are created automatically have a secondary URI.
n
When creating an LDAP mapping (see the previous section) or modifying the configuration of
an existing LDAP mapping you can supply a "coSpaceSecondaryUriMapping" parameter
n
When retrieving information on an individual LDAP mapping (a GET method on a
"/ldapMappings/<LDAP mapping ID>" node) the coSpaceSecondaryUriMapping value will
be returned if it is defined for that LDAP mapping
11.2.3 Retrieving information on LDAP Mappings
GET method performed on the “/ldapMappings” node.
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those LDAP mappings that match the
filter
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than the first
"page" in the notional list (see
above
).
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <ldapMappings total=”N”> tag with
potentially multiple “<ldapMapping>” elements within it.
“<ldapMapping>” elements returned follow the general form on the left.
ldapMapping id
jidMapping
nameMapping
ID
String
String
11.2.4 Retrieving detailed Information about an individual LDAP Mapping
GET method performed on a “/ldapMappings/<ldapMapping ID>” node. If the ldapMapping ID
supplied is valid, a “200 OK” response is received, with XML content described in the creating
11.3 LDAP Source Methods
11.3.1 Retrieving Information on LDAP Sources
GET method performed on the “/ldapSources” node.
11   LDAP Methods