Hi,
is there a way to get a list of available user sources using dfc API ?
At Documentum -> create new user -> User Source I see:
-none
-LDAP
-in line password
-domain_name
this is the list I'm interested in. My attempts were to use the following code:
IDfSearchSourceMap sourceMap = searchService.getSourceMap();
IDfEnumeration sources = sourceMap.getAvailableSources();
but it returns me a docbase name. Any suggestions ?
Big thanks for all help.