An interface used by GAuth::SaslClient to obtain authentication secrets. More...
#include <gsaslclient.h>
Public Member Functions | |
virtual std::string | id (const std::string &mechanism) const =0 |
virtual std::string | secret (const std::string &id) const =0 |
virtual | ~Secrets () |
![]() | |
virtual bool | valid () const =0 |
Returns true if a valid source of information. More... | |
virtual | ~Valid () |
Destructor. More... | |
An interface used by GAuth::SaslClient to obtain authentication secrets.
Definition at line 52 of file gsaslclient.h.
|
virtual |
Reimplemented in GAuth::Secrets.
Definition at line 237 of file gsaslclient_native.cpp.
|
pure virtual |
Implemented in GAuth::Secrets.
|
pure virtual |
Implemented in GAuth::Secrets.