Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextGlacier2-StringSet
prevGlacier2-SSLPermissionsVerifier
Section


Glacier2::SSLSessionManager

Overview

interface SSLSessionManager

The session manager for SSL authenticated users that is responsible for managing Glacier2::Session objects. New session objects are created by the Glacier2::Router object calling on an application-provided session manager. If no session manager is provided by the application, no client-visible sessions are passed to the client.

See Also

Operation Index

create — Create a new session.

Ztop

Operations

Glacier2::Session*
Anchor
create
create
create(Glacier2::SSLInfo info, Glacier2::SessionControl* control) throws Glacier2::CannotCreateSessionException

Create a new session.

Parameters

info — The SSL info.
control — A proxy to the session control object.

Return Value

A proxy to the newly created session.

Exceptions

Glacier2::CannotCreateSessionException — Raised if the session cannot be created.

Ztop

Znav
nextGlacier2-StringSet
prevGlacier2-SSLPermissionsVerifier
Section