Drizzled Public API Documentation

auth_http::Auth_http Class Referenceabstract
Inheritance diagram for auth_http::Auth_http:
drizzled::plugin::Authentication drizzled::plugin::Plugin

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

 Auth_http (std::string name_arg, const std::string &url_arg)
 
std::string & getAuthURL ()
 
bool setAuthURL (std::string &new_auth_url)
 
virtual bool authenticate (const identifier::User &sctx, const string &password)
 
virtual bool authenticate (const identifier::User &, 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 *)
 
static void removePlugin (plugin::Authentication *)
 
static bool isAuthenticated (const drizzled::identifier::User &, const std::string &password)
 

Private Attributes

CURLcode rv
 
CURL * curl_handle
 
std::string sysvar_auth_url
 

Detailed Description

Definition at line 48 of file auth_http.cc.


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