BBjHttpRequest::getRemoteUser (Deprecated)
BBjHttpRequest::getRemoteUser is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getRemoteUser.
Description
In BBj 12.00 and higher, this method returns the login of the user making this request, if the user has been authenticated, or null() if the user has not been authenticated.
Syntax
Return Value |
Method |
string |
getRemoteUser() |
Parameters
None.
Return Value
a String containing the remote user or null()
Remarks
The example below shows getting the remote user from a request within a BBjServlet.
Example
|