ClearSilver::Authenticator Class Reference

Abstract Authenticator interface. More...

#include <Authenticator.h>

List of all members.

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.
Authenticatoroperator= (const Authenticator &)
 Assignment operator.
void swap (Authenticator &) throw ()
 Swap contents with another object.


Detailed Description

Abstract Authenticator interface.

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.


Member Function Documentation

virtual bool ClearSilver::Authenticator::operator() const HDF  )  const [pure virtual]
 

Authentication method.

This method determines whether or not to authenticate the request.


The documentation for this class was generated from the following files:
Generated on Tue May 16 14:50:53 2006 for ClearSilver C++ Library by  doxygen 1.4.5