Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
UserAccountMapper.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 [["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
13 [["cpp:include:IceGrid/Config.h"]]
14 
15 ["objc:prefix:ICEGRID"]
16 module IceGrid
17 {
18 
26 {
27 };
28 
36 {
54  string getUserAccount(string user)
56 };
57 
58 };
59 
This exception is raised if a user account for a given session identifier can't be found...
Definition: UserAccountMapper.ice:25
A user account mapper object is used by IceGrid nodes to map session identifiers to user accounts...
Definition: UserAccountMapper.ice:35
IceGrid is a server activation and deployment tool.
Definition: Admin.ice:24