cancel
Showing results for 
Search instead for 
Did you mean: 

Obtaining SAP User information from J2EE Application

Former Member
0 Kudos

Hi All,

I am using SAP NetWeaver Developer Studio to create a J2EE Application, which requires accessing user information from SAP coming from Windows Active Directory.

My question is as follows;

Is there a possibility in a J2EE application to use an API to obtain user information (ie. from com.sap.security.api.jar) just like in a regular WebDyn Pro Application?

For Archive Build Info (compile time), do I need to import specific JARs? For runtime, do I need to load any project reference?

Thanks in advance,

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member698570
Active Participant
0 Kudos

Hi,

you can use the UME API to obtain user information. You use the appropriate JAR-Files at development time and for runtime you can use the appropriate Sharing References to Usermanagement in your project so it won't be necessary to deploy any JARS with your project

If you need further information let me know

Cheers