ACE_INet
6.1.0
|
#include <AuthenticationBase.h>
Public Member Functions | |
virtual | ~AuthenticatorBase () |
Destructor. | |
virtual bool | authenticate (AuthenticationBase &authentication) const =0 |
ACE::INet::AuthenticatorBase::~AuthenticatorBase | ( | ) | [virtual] |
Destructor.
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.
Implemented in My_Authenticator.