cancel
Showing results for 
Search instead for 
Did you mean: 

Using UME to to get permissions to do stuff....

Former Member
0 Kudos

Hi,

I have a project that consumes several web services.

I'm trying to control the access to those WS's using UME.

I've read the "Protecting Access to the Web Dynpro Car Rental Application Using UME Permissions" tutorial which refers me to few classes:

com.sap.security.api.permissions.NamePermission

com.sap.security.api.permissions.ActionPermission

com.sap.security.api.permissions.ValuePermission

the problem is that I don't have those classes.... nor do I have the package com.sap.security.api.permissions....

Any suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Add this to your class path: WD_RUNTIME/com.sap.security/lib/com.sap.security.api.jar

WD_RUNTIME is a default variable, just extend it and

select com.sap.security->lib->com.sap.security.api.jar

Regards

Answers (0)