|
pure virtual |
Checks if a user is authorized to establish a session.
| info | The SSL information. |
| response | The response callback. It accepts:
|
| exception | The exception callback. |
| current | The Current object of the incoming request. |
| Glacier2::PermissionDeniedException | Thrown when the user's access is denied. This exception can be thrown instead of returning false with a reason set in the reason out parameter. |