A private implementation class used by GAuth::SaslServerPam. More...
Public Member Functions | |
SaslServerPamImp (bool valid) | |
virtual | ~SaslServerPamImp () |
bool | active () const |
std::string | apply (const std::string &pwd, bool &done) |
std::string | id () const |
bool | authenticated () const |
A private implementation class used by GAuth::SaslServerPam.
Definition at line 72 of file gsaslserverpam.cpp.
|
explicit |
Definition at line 141 of file gsaslserverpam.cpp.
|
virtual |
Definition at line 147 of file gsaslserverpam.cpp.
bool GAuth::SaslServerPamImp::active | ( | ) | const |
Definition at line 152 of file gsaslserverpam.cpp.
std::string GAuth::SaslServerPamImp::apply | ( | const std::string & | pwd, |
bool & | done | ||
) |
Definition at line 162 of file gsaslserverpam.cpp.
References G_WARNING, G::Str::head(), G::Str::tail(), and G::Exception::what().
bool GAuth::SaslServerPamImp::authenticated | ( | ) | const |
std::string GAuth::SaslServerPamImp::id | ( | ) | const |
Definition at line 157 of file gsaslserverpam.cpp.