#include <Authn.h>
Inherits dmlite::AuthnFactory.
Inheritance diagram for dmlite::BuiltInAuthnFactory:
Public Member Functions | |
BuiltInAuthnFactory () | |
~BuiltInAuthnFactory () | |
void | configure (const std::string &key, const std::string &value) throw (DmException) |
Authn * | createAuthn (PluginManager *pm) throw (DmException) |
Instantiate a implementation of Authn. | |
Private Attributes | |
std::string | nobody_ |
BuiltInAuthnFactory::BuiltInAuthnFactory | ( | ) |
BuiltInAuthnFactory::~BuiltInAuthnFactory | ( | ) |
void BuiltInAuthnFactory::configure | ( | const std::string & | key, | |
const std::string & | value | |||
) | throw (DmException) [virtual] |
Set a configuration parameter
key | The configuration parameter | |
value | The value for the configuration parameter |
Implements dmlite::BaseFactory.
Authn * BuiltInAuthnFactory::createAuthn | ( | PluginManager * | pm | ) | throw (DmException) [virtual] |
std::string dmlite::BuiltInAuthnFactory::nobody_ [private] |