Web Dynpro API Documentation

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 IWDClientUser describes a Web Dynpro client user.
 

Class Summary
WDClientUser WDClientUser provides static methods to access an IWDClientUser instance.
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); 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15