Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Glacier2::SSLPermissionsVerifier

Overview

interface SSLPermissionsVerifier

The SSL Glacier2 permissions verifier. This is called through the process of establishing a session.

See Also

Operation Index

authorize — Check whether a user has permission to access the router.

Operations

bool authorize(Glacier2::SSLInfo info, out string reason)

Check whether a user has permission to access the router.

Parameters

info — The SSL information.
reason — The reason why access was denied.

Return Value

True if access is granted, or false otherwise.

See Also

  • No labels