![]() |
Ice 3.8
Slice API Reference
|
Maps user strings in server descriptors to actual user account names. More...
defined in <IceGrid/UserAccountMapper.ice>
interface UserAccountMapper { ... }
Operations | |
string | getUserAccount (string user) throws UserAccountNotFoundException |
Gets the name of the user account for the given user. |
Maps user strings in server descriptors to actual user account names.
You can configure the user account mapper of an IceGrid node with the property IceGrid.Node.UserAccountMapper.
Definition at line 23 of file UserAccountMapper.ice.