Qorus Integration Engine® Community Edition 6.0.0_dev
Loading...
Searching...
No Matches
OMQ::QorusCookieAuthenticator Class Reference

Class for authenticating with standard Qorus RBAC authentication based on a cookie (Enterprise Edition only) More...

Inheritance diagram for OMQ::QorusCookieAuthenticator:
[legend]
Collaboration diagram for OMQ::QorusCookieAuthenticator:
[legend]

Public Member Methods

 constructor (string cookie="", *string redirect_url)
 Creates the object with the argument giving the cookie name to use for authentication. More...
 

Additional Inherited Members

- Private:Internal Member Methods inherited from OMQ::DefaultQorusRBACAuthenticator
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...
 

Detailed Description

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

Member Function Documentation

◆ constructor()

OMQ::QorusCookieAuthenticator::constructor ( string  cookie = "",
*string  redirect_url 
)

Creates the object with the argument giving the cookie name to use for authentication.

Parameters
cookiethe cookie to check for an authentication token
redirect_urlthe 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: