Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
PermissionsVerifier.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:Glacier2/Config.h"]]
14 
15 #include <Glacier2/SSLInfo.ice>
16 
17 ["objc:prefix:GLACIER2"]
18 module Glacier2
19 {
20 
27 ["preserve-slice"]
29 {
35  string reason;
36 };
37 
47 {
65  ["nonmutating", "cpp:const", "format:sliced"]
66  idempotent bool checkPermissions(string userId, string password, out string reason)
68 };
69 
79 {
97  ["nonmutating", "cpp:const", "format:sliced"]
98  idempotent bool authorize(SSLInfo info, out string reason)
100 };
101 
102 };
103 
The SSL Glacier2 permissions verifier.
Definition: PermissionsVerifier.ice:78
Glacier2 is a firewall solution for Ice.
Definition: PermissionsVerifier.ice:18
This exception is raised if a client is denied the ability to create a session with the router...
Definition: PermissionsVerifier.ice:28
string reason
The reason why permission was denied.
Definition: PermissionsVerifier.ice:35
The Glacier2 permissions verifier.
Definition: PermissionsVerifier.ice:46
Information taken from an SSL connection used for permissions verification.
Definition: SSLInfo.ice:29