com.sapportals.portal.prt.service.soap.security
Class SOAPUser

java.lang.Object
  |
  +--com.sapportals.portal.prt.service.soap.security.SOAPUser

public class SOAPUser
extends java.lang.Object

Class use to maintain user info and be able to know what is the current user of the system


Constructor Summary
SOAPUser()
           
 
Method Summary
static IUserContext getUser()
           
static void setUser(IUserContext userCxt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPUser

public SOAPUser()
Method Detail

setUser

public static void setUser(IUserContext userCxt)

getUser

public static IUserContext getUser()