Versions Compared

Key

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


Glacier2::PermissionsVerifier

Overview

interface PermissionsVerifier

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

See Also

Operation Index

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

Ztop

Operations

bool
Anchor
checkPermissions
checkPermissions
checkPermissions(string userId, string password, out string reason)

Check whether a user has permission to access the router.

Parameters

userId — The user id for which to check permission.
password — The user's password.
reason — The reason why access was denied.

Return Value

True if access is granted, or false otherwise.

Ztop

Znav
nextGlacier2-Router
prevGlacier2-PermissionDeniedException
Section