diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | primary-ldap primary-group-ldap secondary-ldap secondary-group-ldap restricted-org | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlContainer"> <xs:annotation> <xs:documentation>Definition of an LDAP container and any LDAP source entries that it contains.</xs:documentation> </xs:annotation> <xs:sequence> <xs:choice minOccurs="1" maxOccurs="1"> <xs:element name="primary-ldap" type="XmlLdapQuerySource"> <xs:annotation> <xs:documentation>Definition of the primary LDAP source for this LDAP container.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="primary-group-ldap" type="XmlLdapGroupSource"> <xs:annotation> <xs:documentation>Definition of the primary LDAP source for this LDAP container.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="secondary-ldap" type="XmlSecondaryLdapQuerySource"> <xs:annotation> <xs:documentation>(Optional) Definition of a secondary LDAP source for this LDAP container. An LDAP container can have any number of secondary LDAP sources. A secondary LDAP source provides the ability to retrieve some LDAP data from an alternative LDAP directory. Named LDAP attributes are used to map the secondary LDAP entries to the primary LDAP entries.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="secondary-group-ldap" type="XmlSecondaryLdapGroupSource"> <xs:annotation> <xs:documentation>(Optional) Definition of a secondary LDAP source for this LDAP container. An LDAP container can have any number of secondary LDAP sources. A secondary LDAP source provides the ability to retrieve some LDAP data from an alternative LDAP directory. Named LDAP attributes are used to map the secondary LDAP entries to the primary LDAP entries.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:element name="restricted-org" type="XmlRestrictedOrg" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>(Optional) Identifies the organisations to which access is restricted to only those resources derived from the LDAP container in which this element resides. It also restricts the organizations to which resources derived from the LDAP container can be assigned.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="id" type="xs:long" use="optional" default="0"> <xs:annotation> <xs:documentation>Unique ID of the LDAP container. Only given when updating an existing LDAP container.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Unique name of the LDAP container.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="description" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Description of the LDAP container.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="active" type="xs:boolean" default="true"> <xs:annotation> <xs:documentation>Read-only - Indicates if this container has been marked as deleted. Containers will only be deleted when all resources derived from it are deleted.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="entity-count" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>Read-only - only specified when this XmlContainer is used in a service response. The count of the number of LDAP entries this container referenced. This count is set when the container is queried. The count may not be currently correct if the LDAP directory has been modified since the count was set.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="last-accessed" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Read-only - Date and time on which the LDAP container was last queried, and the date on which the entity-count above was set.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:long | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="id" type="xs:long" use="optional" default="0"> <xs:annotation> <xs:documentation>Unique ID of the LDAP container. Only given when updating an existing LDAP container.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Unique name of the LDAP container.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="description" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Description of the LDAP container.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="active" type="xs:boolean" default="true"> <xs:annotation> <xs:documentation>Read-only - Indicates if this container has been marked as deleted. Containers will only be deleted when all resources derived from it are deleted.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="entity-count" type="xs:int" use="optional"> <xs:annotation> <xs:documentation>Read-only - only specified when this XmlContainer is used in a service response. The count of the number of LDAP entries this container referenced. This count is set when the container is queried. The count may not be currently correct if the LDAP directory has been modified since the count was set.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="last-accessed" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Read-only - Date and time on which the LDAP container was last queried, and the date on which the entity-count above was set.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
type | XmlLdapQuerySource | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | attribute-mapping | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="primary-ldap" type="XmlLdapQuerySource"> <xs:annotation> <xs:documentation>Definition of the primary LDAP source for this LDAP container.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||
type | XmlLdapGroupSource | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | attribute-mapping | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="primary-group-ldap" type="XmlLdapGroupSource"> <xs:annotation> <xs:documentation>Definition of the primary LDAP source for this LDAP container.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
type | XmlSecondaryLdapQuerySource | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | attribute-mapping primary-link | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="secondary-ldap" type="XmlSecondaryLdapQuerySource"> <xs:annotation> <xs:documentation>(Optional) Definition of a secondary LDAP source for this LDAP container. An LDAP container can have any number of secondary LDAP sources. A secondary LDAP source provides the ability to retrieve some LDAP data from an alternative LDAP directory. Named LDAP attributes are used to map the secondary LDAP entries to the primary LDAP entries.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||
type | XmlSecondaryLdapGroupSource | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | attribute-mapping primary-link | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="secondary-group-ldap" type="XmlSecondaryLdapGroupSource"> <xs:annotation> <xs:documentation>(Optional) Definition of a secondary LDAP source for this LDAP container. An LDAP container can have any number of secondary LDAP sources. A secondary LDAP source provides the ability to retrieve some LDAP data from an alternative LDAP directory. Named LDAP attributes are used to map the secondary LDAP entries to the primary LDAP entries.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||
type | XmlRestrictedOrg | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="restricted-org" type="XmlRestrictedOrg" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>(Optional) Identifies the organisations to which access is restricted to only those resources derived from the LDAP container in which this element resides. It also restricts the organizations to which resources derived from the LDAP container can be assigned.</xs:documentation> </xs:annotation> </xs:element> |