Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
module |
Glacier2 is a firewall solution for Ice. Glacier2 authenticates and filters client requests and allows callbacks to the client in a secure fashion. In combination with IceSSL, Glacier2 provides a security solution that is both non-intrusive and easy to configure.
The Glacier2 administrative interface.
An object for managing the set of object identity constraints on a
Session
.
The Glacier2 permissions verifier.
The Glacier2 specialization of the standard Ice router interface.
The SSL Glacier2 permissions verifier.
The session manager for SSL authenticated users that is
responsible for managing Session
objects.
A client-visible session object, which is tied to the lifecycle of
a Router
.
An administrative session control object, which is tied to the
lifecycle of a Session
.
The session manager for username/password authenticated users that
is responsible for managing Session
objects.
An object for managing the set of identity constraints for specific
parts of object identity on a
Session
.
CannotCreateSessionException
This exception is raised if an attempt to create a new session failed.
PermissionDeniedException
This exception is raised if a client is denied the ability to create a session with the router.
SessionNotExistException
This exception is raised if a client tries to destroy a session with a router, but no session exists for the client.
SSLInfo
Information taken from an SSL connection used for permissions verification.
<<< Previous | Home | Next >>> |
IceBox::ServiceManager | Up | Glacier2::Admin |