Ice 3.7 Slice API Reference
Operations | List of all members
Glacier2::SSLPermissionsVerifier Interface Reference

The SSL Glacier2 permissions verifier. More...

defined in <Glacier2/PermissionsVerifier.ice>

interface SSLPermissionsVerifier { ... }

Operations

idempotent bool authorize (SSLInfo info, out string reason) throws PermissionDeniedException
 Check whether a user has permission to access the router. More...
 

Detailed Description

The SSL Glacier2 permissions verifier.

This is called through the process of establishing a session.

See also
Router

Operation Documentation

◆ authorize()

["nonmutating","cpp:const","format:sliced"]
idempotent bool authorize ( SSLInfo  info,
out string  reason 
) throws PermissionDeniedException

Check whether a user has permission to access the router.

Parameters
infoThe SSL information.
reasonThe reason why access was denied.
Returns
True if access is granted, or false otherwise.
Exceptions
PermissionDeniedExceptionRaised if the user access is denied. This can be raised in place of returning false with a reason set in the reason out parameter.
See also
SSLInfo

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