Class: XmlLdapEntity

tibco.objectapi.de.XmlLdapEntity

new XmlLdapEntity()

Organization model resource entity identifier (either its GUID or LDAP reference). If the resource already exists the GUID will be available. If the resource does not exist, the LdapReference will be present and will provide the necessary information to derive an organization model resource from an LDAP entry or entries. Constructs a new XmlLdapEntity.

The following features are supported:

Members

endDate :Date

Date/time at which the entity becomes unavailable. This property holds the value of the 'End Date' attribute.
Type:
  • Date

guid :string

Unique identifier of the resource. This property holds the value of the 'Guid' attribute.
Type:
  • string

invalid :boolean

Boolean value indicating whether the resource is valid (FALSE) or invalid (TRUE). A resource may be invalid if, for example, the resource has been removed from the LDAP source, or if all of the data cannot be returned from the LDAP source. Check the invalidReason attribute for more details. This property holds the value of the 'Invalid' attribute.
Type:
  • boolean

invalidReason :string

Description of the reason why this resource is invalid. This property holds the value of the 'Invalid Reason' attribute.
Type:
  • string

LdapReference :tibco.objectapi.de.XmlLdapReference

Details of the LDAP entries from which the organization model resource is derived. This property holds the value of the 'Ldap Reference' containment reference.
Type:

name :string

Descriptive name of the resource. This property holds the value of the 'Name' attribute.
Type:
  • string

resourceType :tibco.objectapi.de.ResourceType

Specifies the type of an organization model resource entity. One of: - HUMAN - DURABLE - CONSUMABLE This property holds the value of the 'Resource Type' attribute.
Type:

startDate :Date

Date/time at which the entity becomes available. This property holds the value of the 'Start Date' attribute.
Type:
  • Date