Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Glacier2::PermissionsVerifier Interface Reference

Represents an object that checks user permissions. More...

defined in <Glacier2/PermissionsVerifier.ice>

interface PermissionsVerifier { ... }

Operations

idempotent bool checkPermissions (string userId, string password, out string reason) throws PermissionDeniedException
 Checks if a user is authorized to establish a session.

Detailed Description

Represents an object that checks user permissions.

The Glacier2 router and other services use a PermissionsVerifier proxy when the user is authenticated using a user ID and password.

Definition at line 27 of file PermissionsVerifier.ice.


The documentation for this interface was generated from the following file: