Public Types | |
typedef std::pair< const std::string, const std::string > | map_key |
typedef std::map< const map_key, plugin::Plugin * > | map |
typedef std::vector< Plugin * > | vector |
Public Member Functions | |
Authentication (std::string name_arg) | |
virtual bool | authenticate (const identifier::User &sctx, const std::string &passwd)=0 |
virtual void | shutdownPlugin () |
virtual void | prime () |
virtual void | startup (drizzled::Session &) |
void | activate () |
void | deactivate () |
bool | isActive () const |
const std::string & | getName () const |
void | setModule (module::Module *module) |
const std::string & | getTypeName () const |
virtual bool | removeLast () const |
const std::string & | getModuleName () const |
Static Public Member Functions | |
static bool | addPlugin (plugin::Authentication *auth) |
static void | removePlugin (plugin::Authentication *auth) |
static bool | isAuthenticated (drizzled::identifier::User::const_reference sctx, const std::string &password) |
Private Member Functions | |
Authentication (const Authentication &) | |
Authentication & | operator= (const Authentication &) |
Definition at line 42 of file authentication.h.