![]() |
Qorus Integration Engine® Community Edition 6.0.0_dev
|
Class for authenticating with standard Qorus RBAC authentication (Enterprise Edition only) More...
Public Member Methods | |
string | getRealm () |
Returns the authentication realm as a string. More... | |
Private Member Methods | |
hash< auto > | getAuthHeader (*hash< auto > cx) |
Can be overridden to return a header with 401 Unauthorized responses. More... | |
Class for authenticating with standard Qorus RBAC authentication (Enterprise Edition only)
|
private |
Can be overridden to return a header with 401 Unauthorized
responses.
For example to return a header that tells the caller to require basic authentication (which will cause web browsers to show a dialog box asking for a username and password before repeating the request); use the following:
string OMQ::DefaultQorusRBACAuthenticator::getRealm | ( | ) |
Returns the authentication realm as a string.
"Qorus Integration Engine"