|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDClientUser | |
| 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. |
| Uses of IWDClientUser in com.sap.tc.webdynpro.services.sal.um.api |
| Methods in com.sap.tc.webdynpro.services.sal.um.api that return IWDClientUser | |
static IWDClientUser |
WDClientUser.getClientUser(java.lang.String clientUserID)
Gets the IWDClientUser with the client user ID supplied
as input parameter, if existing. |
static IWDClientUser |
WDClientUser.getCurrentUser()
Gets the current IWDClientUser object, what is either an
authenticated or anonymous client user. |
static IWDClientUser |
WDClientUser.forceLoggedInClientUser(java.lang.Object request,
java.lang.Object response)
Deprecated. This method has been superceded by the parameterless WDClientUser.forceLoggedInClientUser()
and may be withdrawn with the first new NetWeaver release in 2006. |
static IWDClientUser |
WDClientUser.forceLoggedInClientUser()
Checks whether the client user is currently logged in and returns the associated IWDClientUser object. |
static IWDClientUser |
WDClientUser.getLoggedInClientUser(java.lang.Object request,
java.lang.Object response)
Deprecated. This method has been superceded by the parameterless WDClientUser.getLoggedInClientUser()
and may be withdrawn with the first new NetWeaver release in 2006. |
static IWDClientUser |
WDClientUser.getLoggedInClientUser()
Checks whether the client user is currently logged in and returns his/her user id. |
static IWDClientUser[] |
WDClientUser.getClientUsers()
Return is the array of client users which currently run on the Web Dynpro runtime. |
| Methods in com.sap.tc.webdynpro.services.sal.um.api with parameters of type IWDClientUser | |
static void |
WDClientUser.releaseClientUser(IWDClientUser clientUser)
Deprecated. the method is no longer supported and may be withdrawn with the first new NetWeaver release in 2006. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||