Hi,
I tried this:
com.sap.security.api.util.IUMParameters params = UMFactory.getProperties();
params.get("ume.tpd.companies");
Now I read in the API that this is for internal use only. Com'on that can't be...
My eclipse has no problem with UMFactory.getProperties(); but it can't find com.sap.security.api.util.IUMParameters
Of course I imported the right *.jar file.
The interface com.sap.security.api.util.IUMParameters is also not listed in the API.
(http://help.sap.com/javadocs/NW04S/current/se/index.html)
Has anyone an idea about it?
(I use Version: 7.0.10)
Description from the API:
-
getProperties
public static com.sap.security.api.util.IUMParameters getProperties()
NOTE: Released for internal use only. ->
Get access to IUMParameters interface
Returns:
API for accessing IUMParameters
-