This file is indexed.

/usr/share/Ice-3.5.1/php/lib/Glacier2/Session.php is in php-zeroc-ice 3.5.1-5.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<?php
// **********************************************************************
//
// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.5.1
//
// <auto-generated>
//
// Generated from file `Session.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//

require_once 'Ice/BuiltinSequences.php';
require_once 'Ice/Identity.php';
require_once 'Glacier2/SSLInfo.php';

if(!class_exists('Glacier2_CannotCreateSessionException'))
{
    class Glacier2_CannotCreateSessionException extends Ice_UserException
    {
        public function __construct($reason='')
        {
            $this->reason = $reason;
        }

        public function ice_name()
        {
            return 'Glacier2::CannotCreateSessionException';
        }

        public function __toString()
        {
            global $Glacier2__t_CannotCreateSessionException;
            return IcePHP_stringifyException($this, $Glacier2__t_CannotCreateSessionException);
        }

        public $reason;
    }

    $Glacier2__t_CannotCreateSessionException = IcePHP_defineException('::Glacier2::CannotCreateSessionException', 'Glacier2_CannotCreateSessionException', true, null, array(
        array('reason', $IcePHP__t_string, false, 0)));
}

if(!interface_exists('Glacier2_Session'))
{
    interface Glacier2_Session
    {
        public function destroy();
    }

    class Glacier2_SessionPrxHelper
    {
        public static function checkedCast($proxy, $facetOrCtx=null, $ctx=null)
        {
            return $proxy->ice_checkedCast('::Glacier2::Session', $facetOrCtx, $ctx);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::Glacier2::Session', $facet);
        }
    }

    $Glacier2__t_Session = IcePHP_defineClass('::Glacier2::Session', 'Glacier2_Session', -1, true, false, $Ice__t_Object, null, null);

    $Glacier2__t_SessionPrx = IcePHP_defineProxy($Glacier2__t_Session);

    IcePHP_defineOperation($Glacier2__t_Session, 'destroy', 0, 0, 0, null, null, null, null);
}

if(!interface_exists('Glacier2_StringSet'))
{
    interface Glacier2_StringSet
    {
        public function add($additions);
        public function remove($deletions);
        public function get();
    }

    class Glacier2_StringSetPrxHelper
    {
        public static function checkedCast($proxy, $facetOrCtx=null, $ctx=null)
        {
            return $proxy->ice_checkedCast('::Glacier2::StringSet', $facetOrCtx, $ctx);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::Glacier2::StringSet', $facet);
        }
    }

    $Glacier2__t_StringSet = IcePHP_defineClass('::Glacier2::StringSet', 'Glacier2_StringSet', -1, true, false, $Ice__t_Object, null, null);

    $Glacier2__t_StringSetPrx = IcePHP_defineProxy($Glacier2__t_StringSet);

    IcePHP_defineOperation($Glacier2__t_StringSet, 'add', 2, 2, 0, array(array($Ice__t_StringSeq, false, 0)), null, null, null);
    IcePHP_defineOperation($Glacier2__t_StringSet, 'remove', 2, 2, 0, array(array($Ice__t_StringSeq, false, 0)), null, null, null);
    IcePHP_defineOperation($Glacier2__t_StringSet, 'get', 2, 2, 0, null, null, array($Ice__t_StringSeq, false, 0), null);
}

if(!interface_exists('Glacier2_IdentitySet'))
{
    interface Glacier2_IdentitySet
    {
        public function add($additions);
        public function remove($deletions);
        public function get();
    }

    class Glacier2_IdentitySetPrxHelper
    {
        public static function checkedCast($proxy, $facetOrCtx=null, $ctx=null)
        {
            return $proxy->ice_checkedCast('::Glacier2::IdentitySet', $facetOrCtx, $ctx);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::Glacier2::IdentitySet', $facet);
        }
    }

    $Glacier2__t_IdentitySet = IcePHP_defineClass('::Glacier2::IdentitySet', 'Glacier2_IdentitySet', -1, true, false, $Ice__t_Object, null, null);

    $Glacier2__t_IdentitySetPrx = IcePHP_defineProxy($Glacier2__t_IdentitySet);

    IcePHP_defineOperation($Glacier2__t_IdentitySet, 'add', 2, 2, 0, array(array($Ice__t_IdentitySeq, false, 0)), null, null, null);
    IcePHP_defineOperation($Glacier2__t_IdentitySet, 'remove', 2, 2, 0, array(array($Ice__t_IdentitySeq, false, 0)), null, null, null);
    IcePHP_defineOperation($Glacier2__t_IdentitySet, 'get', 2, 2, 0, null, null, array($Ice__t_IdentitySeq, false, 0), null);
}

if(!interface_exists('Glacier2_SessionControl'))
{
    interface Glacier2_SessionControl
    {
        public function categories();
        public function adapterIds();
        public function identities();
        public function getSessionTimeout();
        public function destroy();
    }

    class Glacier2_SessionControlPrxHelper
    {
        public static function checkedCast($proxy, $facetOrCtx=null, $ctx=null)
        {
            return $proxy->ice_checkedCast('::Glacier2::SessionControl', $facetOrCtx, $ctx);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::Glacier2::SessionControl', $facet);
        }
    }

    $Glacier2__t_SessionControl = IcePHP_defineClass('::Glacier2::SessionControl', 'Glacier2_SessionControl', -1, true, false, $Ice__t_Object, null, null);

    $Glacier2__t_SessionControlPrx = IcePHP_defineProxy($Glacier2__t_SessionControl);

    IcePHP_defineOperation($Glacier2__t_SessionControl, 'categories', 0, 0, 0, null, null, array($Glacier2__t_StringSetPrx, false, 0), null);
    IcePHP_defineOperation($Glacier2__t_SessionControl, 'adapterIds', 0, 0, 0, null, null, array($Glacier2__t_StringSetPrx, false, 0), null);
    IcePHP_defineOperation($Glacier2__t_SessionControl, 'identities', 0, 0, 0, null, null, array($Glacier2__t_IdentitySetPrx, false, 0), null);
    IcePHP_defineOperation($Glacier2__t_SessionControl, 'getSessionTimeout', 2, 2, 0, null, null, array($IcePHP__t_int, false, 0), null);
    IcePHP_defineOperation($Glacier2__t_SessionControl, 'destroy', 0, 0, 0, null, null, null, null);
}

if(!interface_exists('Glacier2_SessionManager'))
{
    interface Glacier2_SessionManager
    {
        public function create($userId, $control);
    }

    class Glacier2_SessionManagerPrxHelper
    {
        public static function checkedCast($proxy, $facetOrCtx=null, $ctx=null)
        {
            return $proxy->ice_checkedCast('::Glacier2::SessionManager', $facetOrCtx, $ctx);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::Glacier2::SessionManager', $facet);
        }
    }

    $Glacier2__t_SessionManager = IcePHP_defineClass('::Glacier2::SessionManager', 'Glacier2_SessionManager', -1, true, false, $Ice__t_Object, null, null);

    $Glacier2__t_SessionManagerPrx = IcePHP_defineProxy($Glacier2__t_SessionManager);

    IcePHP_defineOperation($Glacier2__t_SessionManager, 'create', 0, 0, 2, array(array($IcePHP__t_string, false, 0), array($Glacier2__t_SessionControlPrx, false, 0)), null, array($Glacier2__t_SessionPrx, false, 0), array($Glacier2__t_CannotCreateSessionException));
}

if(!interface_exists('Glacier2_SSLSessionManager'))
{
    interface Glacier2_SSLSessionManager
    {
        public function create($info, $control);
    }

    class Glacier2_SSLSessionManagerPrxHelper
    {
        public static function checkedCast($proxy, $facetOrCtx=null, $ctx=null)
        {
            return $proxy->ice_checkedCast('::Glacier2::SSLSessionManager', $facetOrCtx, $ctx);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::Glacier2::SSLSessionManager', $facet);
        }
    }

    $Glacier2__t_SSLSessionManager = IcePHP_defineClass('::Glacier2::SSLSessionManager', 'Glacier2_SSLSessionManager', -1, true, false, $Ice__t_Object, null, null);

    $Glacier2__t_SSLSessionManagerPrx = IcePHP_defineProxy($Glacier2__t_SSLSessionManager);

    IcePHP_defineOperation($Glacier2__t_SSLSessionManager, 'create', 0, 0, 2, array(array($Glacier2__t_SSLInfo, false, 0), array($Glacier2__t_SessionControlPrx, false, 0)), null, array($Glacier2__t_SessionPrx, false, 0), array($Glacier2__t_CannotCreateSessionException));
}
?>