Class: XmlMappedAttributeValue

tibco.objectapi.de.base.XmlMappedAttributeValue

new XmlMappedAttributeValue()

Names an LDAP attribute and returns the values it holds. Includes an indication of whether its values are binary data. Binary values will be encoded in Base-64. Constructs a new XmlMappedAttributeValue.

The following features are supported:

Extends

Members

binary :boolean

Indicates whether the data of the named attribute is binary. This property holds the value of the 'Binary' attribute.
Type:
  • boolean
Inherited From:

name :string

The name of the LDAP attribute. This property holds the value of the 'Name' attribute.
Type:
  • string
Inherited From:

resourceAttrGuid :string

The GUID of the resource attribute as defined in the organization model. This property holds the value of the 'Resource Attr Guid' attribute.
Type:
  • string

value :Array.<string>

The collection of values read from the named attribute. This property holds the value of the 'Value' attribute list.
Type:
  • Array.<string>
Inherited From: