Ice 3.7 Slice API Reference
UserAccountMapper.ice
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #pragma once
6 
7 [["cpp:dll-export:ICEGRID_API"]]
8 [["cpp:doxygen:include:IceGrid/IceGrid.h"]]
9 [["cpp:header-ext:h"]]
10 [["cpp:include:IceGrid/Config.h"]]
11 
12 [["ice-prefix"]]
13 
14 [["js:module:ice"]]
15 [["js:cjs-module"]]
16 
17 [["objc:dll-export:ICEGRID_API"]]
18 [["objc:header-dir:objc"]]
19 
20 [["python:pkgdir:IceGrid"]]
21 
22 #ifndef __SLICE2JAVA_COMPAT__
23 [["java:package:com.zeroc"]]
24 #endif
25 
26 ["objc:prefix:ICEGRID"]
27 module IceGrid
28 {
29 
37 {
38 }
39 
47 {
65  string getUserAccount(string user)
67 }
68 
69 }
IceGrid::UserAccountMapper::getUserAccount
string getUserAccount(string user)
Get the name of the user account for the given user.
IceGrid::UserAccountMapper
A user account mapper object is used by IceGrid nodes to map session identifiers to user accounts.
Definition: UserAccountMapper.ice:47
IceGrid
Definition: Admin.ice:36
IceGrid::UserAccountNotFoundException
This exception is raised if a user account for a given session identifier can't be found.
Definition: UserAccountMapper.ice:37