new DirectoryService()
Methods
deleteContainer(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.DeleteContainerRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type NoContentResponse . |
executeLargeLdapQuery(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ExecuteLargeLdapQueryRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ExecuteLdapQueryResponseType . |
executeLdapQuery(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ExecuteLdapQueryRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ExecuteLdapQueryResponseType . |
executePagedLdapQuery(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ExecutePagedLdapQueryRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ExecuteLdapQueryResponseType . |
getCandidateDetail(request, callback)
The attributes included in the response will be those to which Resource Attribute are mapped.
If the request parameters identify an existing Resource, the response will include the GUID of that Resource.
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetCandidateDetailRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetCandidateDetailResponseType . |
getLdapEntry(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.GetLdapEntryRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type GetLdapEntryResponseType . |
listAttributeNames(request, callback)
The response can also include a sample collection of LDAP Entries for which the values of the named attributes are listed. The number of sample entries is specified in the request.
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ListAttributeNamesRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ListAttributeNamesResponseType . |
listAttributeNamesLargeQuery(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ListAttributeNamesLargeQueryRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ListAttributeNamesResponseType . |
listCandidateResources(request, callback)
Each entry in the response will carry the alias and DN of each LDAP Source, within the LDAP Container, from which it was derived.
If the response is to include existing Resources, those Resources that were originally derived from the LDAP Container, but can no longer be resolved, are highlighted with an error code.
Those candidates for which multiple entries were found in a secondary LDAP Source will indicate how many "duplicates" were found in that secondary LDAP Source. This may occur due to the inaccuracy of the foreign-key mappings that link entries in the primary LDAP Source to those of a secondary LDAP Source.
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ListCandidateResourcesRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ListCandidateResourcesResponseType . |
listContainers(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ListContainersRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ListContainersResponseType . |
listLdapConnections(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ListLdapConnectionsRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ListLdapConnectionsResponseType . |
listPagedCandidateResources(request, callback)
Each entry in the response will carry the alias and DN of each LDAP Source, within the LDAP Container, from which it was derived.
If the response is to include existing Resources, those Resources that were originally derived from the LDAP Container, but can no longer be resolved, are highlighted with an error code.
Those candidates for which multiple entries were found in a secondary LDAP Source will indicate how many "duplicates" were found in that secondary LDAP Source. This may occur due to the inaccuracy of the foreign-key mappings that link entries in the primary LDAP Source to those of a secondary LDAP Source.
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.ListPagedCandidateResourcesRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type ListCandidateResourcesResponseType . |
saveContainer(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.SaveContainerRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SaveContainerResponseType . |
updateContainer(request, callback)
Parameters:
Name | Type | Description |
---|---|---|
request |
tibco.objectapi.service.request.UpdateContainerRequest | A request set with data for this service call. |
callback |
tibco.objectapi.service.Callback | A callback to handle the service response of type SaveContainerResponseType . |