Ice 3.7 Slice API Reference
Main Page
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
y
Constants
Sequences
a
b
d
e
f
i
l
m
n
o
p
r
s
Dictionaries
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
n
o
p
r
t
u
w
y
Interfaces
Interface List
Interface Index
Interface Hierarchy
Classes
Class List
Class Index
Class Hierarchy
Structs
Struct List
Struct Index
Exceptions
Exception List
Exception Index
Exception Hierarchy
Files
File List
•
All
Classes
Interfaces
Structs
Exceptions
Modules
Files
Operations
Constants
Sequences
Dictionaries
Enumerations
Enumerator
Pages
IceGrid
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
36
exception
UserAccountNotFoundException
37
{
38
}
39
46
interface
UserAccountMapper
47
{
65
string
getUserAccount
(
string
user)
66
throws
UserAccountNotFoundException
;
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
Generated by
1.8.20