Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
The Glacier2 permissions verifier.
Check whether a user has permission to access the router.
bool checkPermissions(string userId, string password, out string reason); |
Check whether a user has permission to access the router.
The user id for which to check permission.
The user's password.
The reason why access was denied.
True if access is granted, or false otherwise.
<<< Previous | Home | Next >>> |
Glacier2::PermissionDeniedException | Up | Glacier2::Router |