Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
A user account mapper object is used by IceGrid nodes to map session identifiers to user accounts.
Get the name of the user account for the given user.
string getUserAccount(string user)
throws
|
Get 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.
The value of the server descriptor's user attribute. If this attribute is not defined, and the server's activation mode is session, the default value of getUserAccount is the session identifier.
The user account name.
UserAccountNotFoundException
Raised if no user account is found for the given user.
<<< Previous | Home | Next >>> |
IceGrid::TemplateDescriptor | Up | IceGrid::UserAccountNotFoundException |