Versions Compared

Key

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


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.

Ztop

Operations

bool
Anchor
authorize
authorize
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
Ztop

Znav
nextGlacier2-SSLSessionManager
prevGlacier2-SSLInfo
Section