#include <Authenticator.h>
Public Types | |
Pointer types | |
|
typedef boost::shared_ptr< Authenticator > | Ptr |
Public Member Functions | |
| virtual bool | operator() (const HDF &) const =0 |
| Authentication method. | |
Constructors and assignment operators | |
| Authenticator () | |
| Default constructor. | |
| Authenticator (const Authenticator &) | |
| Copy constructor. | |
| virtual | ~Authenticator () throw () |
| Destructor. | |
| Authenticator & | operator= (const Authenticator &) |
| Assignment operator. | |
| void | swap (Authenticator &) throw () |
| Swap contents with another object. | |
This class provides an abstract interface for authentication objects. It is intended to be used by the CGIApplicationAuthenticated class as a means of encapsulating the authentication policy.
Definition at line 62 of file Authenticator.h.
|
|
Authentication method. This method determines whether or not to authenticate the request. |
1.4.5