![]() |
Ice 3.8
Slice API Reference
|
Represents an object that checks user permissions. More...
defined in <Glacier2/PermissionsVerifier.ice>
interface SSLPermissionsVerifier { ... }
Operations | |
idempotent bool | authorize (SSLInfo info, 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 an SSLPermissionsVerifier
proxy when the user is authenticated through an SSL certificate.
Definition at line 43 of file PermissionsVerifier.ice.