Skip to Content
0
Aug 12, 2010 at 12:19 AM

How to get IUserContext from IUser ?

59 Views

Hello All,

I am trying to get the IUserContext object from IUser object.

I found a very easy method

com.sapportals.portal.prt.session.IUserContext userContext= request.getUser();

which will give IUserContext object.

What I am trying to do is to get the same from an userid.

Regards

Bobu