|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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);
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||