Hi everyone.
I need to get the proprieties of second LDAP datasource from UME, I configured two data sources LDAP_CORP and LDAP_CORP_2 .
I've tried to use the bellow code, but I only got the first LDAP datasource.
String host = UMFactory.getProperties().get("ume.ldap.access.server_name");
How can I get the second LDAP properties?