ACE_INet  6.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ACE::INet::AuthenticatorBase Class Referenceabstract

#include <AuthenticationBase.h>

Collaboration diagram for ACE::INet::AuthenticatorBase:
Collaboration graph

Public Member Functions

 AuthenticatorBase ()
 Default constructor. More...
 
virtual ~AuthenticatorBase ()
 Destructor. More...
 
virtual bool authenticate (AuthenticationBase &authentication) const =0
 

Constructor & Destructor Documentation

ACE::INet::AuthenticatorBase::AuthenticatorBase ( )

Default constructor.

ACE::INet::AuthenticatorBase::~AuthenticatorBase ( )
virtual

Destructor.

Member Function Documentation

virtual bool ACE::INet::AuthenticatorBase::authenticate ( AuthenticationBase authentication) const
pure virtual

Verifies authentication for given info and returns true if verification succeeded, false otherwise. If true, the authentication information is updated with the actual credentials.


The documentation for this class was generated from the following files: