Gets the name of the user account for the given user.
This is used by IceGrid nodes to figure out the user account to use to run servers.
- Parameters
-
user | The value of the server descriptor's user attribute. When this attribute is not defined, and the server's activation mode is session, the default value for user is the session identifier. |
current | The Current object of the incoming request. |
- Returns
- The user account name.
- Exceptions
-
IceGrid::UserAccountNotFoundException | Thrown when no user account is found for the given user. |