Class for authenticating with standard Qorus RBAC authentication based on a cookie (Enterprise Edition only)
More...
|
| constructor (string cookie="", *string redirect_url) |
| Creates the object with the argument giving the cookie name to use for authentication. More...
|
|
|
string | getRealm () |
| Returns the authentication realm as a string. More...
|
|
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 based on a cookie (Enterprise Edition only)
- See also
-
- Note
- This class is only included for API compatibility with the Enterprise Edition; In the Community Edition, this class allows all requests
◆ constructor()
OMQ::QorusCookieAuthenticator::constructor |
( |
string |
cookie = "" , |
|
|
*string |
redirect_url |
|
) |
| |
Creates the object with the argument giving the cookie name to use for authentication.
- Parameters
-
cookie | the cookie to check for an authentication token |
redirect_url | the URL to redirect unauthenticated requests to |
- Note
- Arguments are ignored in the Community Edition
The documentation for this class was generated from the following file:
- DefaultQorusRBACAuthenticator.qc