Package com.sap.tc.webdynpro.services.sal.um.api

The com.sap.tc.webdynpro.services.sal.um.api package contains application visible interfaces for the user management service and its corresponding factory.

See:
          Description

Interface Summary
IWDClientUser An IWDClientUser instance represents a Web Dynpro client user.
 

Class Summary
WDClientUser WDClientUser provides static methods to access an IWDClientUser instance.
 

Exception Summary
WDUMException Thrown if something goes wrong in the Web Dynpro user management service.
 

Package com.sap.tc.webdynpro.services.sal.um.api Description

The com.sap.tc.webdynpro.services.sal.um.api package contains application visible interfaces for the user management service and its corresponding factory. The user management service is responsible for user authentication, authorization, roles, etc.
Example: The user management service can be accessed as follows:

// let clientUserID be the Web Dynpro ID of a certain client user
IWDClientUser clientUser = WDClientUser.getClientUser(clientUserID); 



Copyright 2006 SAP AG Complete Copyright Notice