Class: EntityResolverService

tibco.objectapi.service.EntityResolverService

new EntityResolverService()

Methods

findByDN(request, callback)

Locates a Resource by their LDAP DN. The caller may supply the LDAP Alias in order to reduce the search results. The caller may optionally specify that the response should include detailed information on those users that match the criteria (the default is to only return a count of the users that match the criteria).

If you want to search by entity or name, use the findByEntity or findByName function.

Parameters:
Name Type Description
request tibco.objectapi.service.request.FindByDNRequest A request set with data for this service call.
callback tibco.objectapi.service.Callback A callback to handle the service response of type LookupUserResponseType.