Uses of Interface
com.sapportals.portal.prt.session.IUserContext

Packages that use IUserContext
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.service.soap   
com.sapportals.portal.prt.service.soap.security   
 

Uses of IUserContext in com.sapportals.portal.prt.component
 

Methods in com.sapportals.portal.prt.component that return IUserContext
 IUserContext IPortalComponentRequest.getUser()
          gets the profile of the current user.
 

Uses of IUserContext in com.sapportals.portal.prt.service.soap
 

Methods in com.sapportals.portal.prt.service.soap that return IUserContext
static IUserContext SOAPRuntimeContext.getCurrentUser()
           
 

Methods in com.sapportals.portal.prt.service.soap with parameters of type IUserContext
 IPRTSOAPMessage ISOAPService.call(javax.xml.soap.SOAPMessage msg, java.lang.String url, IServiceDescriptor descriptor, IUserContext user, java.lang.String systemAlias)
          Call a distant Web Service using invokation provide by the SOAP Framework with security infos
 java.lang.Object IPRTSOAPCall.invokeMethod(java.lang.String methodName, XMLAttributeHandler params, java.lang.String namespaceURI, IUserContext user, java.lang.String systemAlias)
          Method used to generated call to SOAP Web Service with security arguments
 

Uses of IUserContext in com.sapportals.portal.prt.service.soap.security
 

Methods in com.sapportals.portal.prt.service.soap.security that return IUserContext
static IUserContext SOAPUser.getUser()
           
 

Methods in com.sapportals.portal.prt.service.soap.security with parameters of type IUserContext
static void SOAPUser.setUser(IUserContext userCxt)
           
 boolean ISOAPSecurityManager.isAuthorizedUserForService(IUserContext userCtxt, java.lang.String servicename)