12 [[
"cpp:header-ext:h",
"objc:header-dir:objc",
"js:ice-build"]]
13 [[
"cpp:include:Glacier2/Config.h"]]
27 [
"objc:prefix:GLACIER2"]
62 [
"nonmutating",
"cpp:const"] idempotent
string getCategoryForClient();
97 [
"amd",
"format:sliced"]
Session* createSession(
string userId,
string password)
129 [
"amd",
"format:sliced"]
Session* createSessionFromSecureConnection()
140 [
"amd"]
void refreshSession()
151 void destroySession()
162 [
"nonmutating",
"cpp:const"] idempotent
long getSessionTimeout();
175 [
"nonmutating",
"cpp:const"] idempotent
int getACMTimeout();
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
The Ice router interface.
Definition: Router.ice:27
This exception is raised if an attempt to create a new session failed.
Definition: Session.ice:29
This exception is raised if a client tries to destroy a session with a router, but no session exists ...
Definition: Router.ice:39
A client-visible session object, which is tied to the lifecycle of a Router.
Definition: Session.ice:48
The Glacier2 specialization of the Ice.Router interface.
Definition: Router.ice:49