cancel
Showing results for 
Search instead for 
Did you mean: 

Which jar files I need to import in order to use the UME API?

Former Member
0 Kudos

Hello,

Which jar files I need to import in order to use the UME API?

Accepted Solutions (0)

Answers (2)

Answers (2)

detlev_beutner
Active Contributor
0 Kudos

Hi Roy,

EP6 SP2 with Eclipse plugins should have this line produced automatically in the .classpath when creating a portal project:

<classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.developmentTools_1.2.0/com.sap.security.api.jar"/>

And that's it. NWDS will do almost the same:

<classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.sap.security/lib/com.sap.security.api.jar"/>

If you need anything else around this, take the search tool of your choice, like WinRAR, which is able to search in ZIPs, and, if it's not for sure a portal application where to search for, just search over everything under the server dir.

The old EP5 UM compatibility stuff on EP6 is to be found under ../portalapps/com.sap.portal.usermanagement/lib/com.sap.security.api.ep5.jar

Hope it helps

Detlev

Former Member
0 Kudos

Hi Roy,

For user management and authorization you have to use com.sap.security.api.jar file. For access control list management you have to use com.sap.security.api.acl.jar file.

Hope this helps.

Ranjith