![]() |
Ice 3.8
Slice API 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. |
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.