cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.security.api.ssf Package location required...

siddhardha_dnk
Active Participant
0 Kudos

Hi Experts,

Im working on java code in NWDS which has

import com.sap.security.api.ssf.ISsfProfile

But i couldn't find the jar file for that. I think the the package is "com.sap.security.api.ssf".

Please help me out, where can i get that jar file...?

Your help is highly appreciated...

Warm Regards,

DNK Siddhardha.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member181985
Active Contributor
0 Kudos

Hi,

Try with my blog concept:

You should get something like this,

file:/usr/sap/<SID>/J<XX>/j2ee/cluster/bin/ext/security.class/lib/sap.com%7Etc%7Esec%7Essf.jar

and which is nothing but sap.com~tc~sec~ssf.jar and it should be under /usr/sap/<SID>/J<XX>/j2ee/cluster/bin/ext/security.class/lib/ in PO single stack system

Best Regards,

Praveen Gujjeti

otto_frost4
Participant
0 Kudos

use jfind.jar from sourceforge

ECLIPSE_HOME\plugins\com.sap.security_2.0.0.150505070606.jar

configure build path - Add Variable - Extend - choose correct version of com.sap.security_X_X_X_X_X_.jar

Former Member
0 Kudos

Hi, I don't know where that file is, but following these steps from Praveen's blog you might be able to locate them on your own...

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/01/09/hidden-tools-in-xipi-bat-file-to-...

You may not care about launching the batch file, but it is showing how to download your jars without getting Basis involved.

Also, some of these library names have been changing over the PI versions... here is the wiki content

http://wiki.sdn.sap.com/wiki/display/XI/XI+libraries+for+development

http://wiki.sdn.sap.com/wiki/display/XI/Where+to+get+the+libraries+for+XI+development

Please update the wiki with your findings!

siddhardha_dnk
Active Participant
0 Kudos

Hi Aaron,

Thanks for your message. I gone through the links you provided, but i couldn't find the jar file. I searched in 7.0, 7.1 and 7.3 servers as well and no result.

Warm Regards,

DNK Siddhardha.

german_meneses
Explorer
0 Kudos

Hi, Could you find this jar? Regards

siddhardha_dnk
Active Participant
0 Kudos

Hi German,

No. I didn't. I commented the code which is looking for interfaces and classes from this package. I didn't it much serious. You can find the same classes or interfaces in other packages.

Regards,

DNK Siddhardha.