cancel
Showing results for 
Search instead for 
Did you mean: 

Getting properties of UM configuration in Web DynPro application

Former Member
0 Kudos

Hi,

I have an application which at certain action sends mail to the user.

Application is configurable via URL parameters (parameter - smtp relay host) and designed to work in the portal environment.

I've noticed that there is a setting in the portal in System Administration -> System Configuration -> UM Configuration -> Notification emails -> SMTP server which already contains address of the mail server. I've tried to find API which allows to access this setting from Web Dynpro application but without success.

Is there a way to get a value of this setting from Web Dynpro application?

Thanks in advance,

Evgeni

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Are you using the com.sap.security.api.jar file? This provides access to various user information.

Kindly give your feedbacks

Regards

Noufal

Former Member
0 Kudos

Yes and I found it:

<b>com.sap.security.api.util.IUMParameters</b> provides access to parameters specified in the file <b>sapum.properties</b> where is stored configuration of UME.

Thanks,

Evgeni

Answers (0)