cancel
Showing results for 
Search instead for 
Did you mean: 

Software Component Containing com.sap.security.api.jar

Former Member
0 Kudos

Hi,

I have a webdynpro application that uses

import com.sap.security.api.IUser;

import com.sap.security.api.IUserAccount;

import com.sap.security.api.UMException;

These are contained in the com.sap.security.api.jar file, but this jar file is not part of any of the standard SCs that your SC needs to import (e.g. SAP-JEE, SAP-JTECHS, and SAP-BUILDT).

Does anyone know which SC contains com.sap.security.api.jar?

Thanks,

Jason C

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jason,

This jar is a part of the SC, SAP-JEE.

When adding Used DC(from Active) look for the dc com.sap.security.api.sda under the SC sap.com_SAP-JEE_1

This jar is contained in the above sda.

I am not sure what is your version of the above SC.

Mine is 640 SP12.

Regards,

Shubham

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks. It turned out that jar actually is in the SAP-JEE SC. I went to My project's DC MetaData->Used DCs add Used DCs. I found com.sap.security.api.sda in JAP-JEE SC and added it. Then I tried building the DC and it worked.

Former Member
0 Kudos

Hi Jason,

I used to do this way.

1.right click my project and properties->java build path

-> add variable ->

2.Select WD_RUNTIME(c:\program files\sap\jdt\eclipse\plugins) and press Extend button.

3.Now you can select com.sap.security -> lib

4.select com.sap.security.api.jar and press okay.

Former Member
0 Kudos

Hi,

As i understand you are trying to use UME libraries in Webdynpro. please refer to link http://help.sap.com/saphelp_nw04/helpdata/en/f9/ce747474574fdb8a79fed77ea075f8/content.htm where the integration explained.

Regards,

S.Divakar