Class: XmlLdapAttributeContainerMapping

tibco.objectapi.de.ldap.XmlLdapAttributeContainerMapping

new XmlLdapAttributeContainerMapping()

Mapping between a resource (or business) attribute, which is defined in the organization model and identified by its GUID, and an LDAP attribute, which is identified by its LDAP container resource GUID and the attribute name. The "ldap-resource-id" attribute links the entry to its parent XmlLdapContainerResource element (via the "id" attribute of that element). Constructs a new XmlLdapAttributeContainerMapping.

The following features are supported:

Members

businessAttributeId :string

The GUID of the business attribute (Resource Attribute) as defined in the organization model. This property holds the value of the 'Business Attribute Id' attribute.
Type:
  • string

ldapAttribute :string

LDAP attribute that is to be mapped to the identified business attribute. Whenever a value is required for the business attribute, it will be provided by this LDAP attribute. This property holds the value of the 'Ldap Attribute' attribute.
Type:
  • string

ldapResourceId :string

ID (within this enclosing XmlLdapContainer element) of the LDAP source that contains the named LDAP Attribute. This property holds the value of the 'Ldap Resource Id' attribute.
Type:
  • string