#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_ |
| std::string | nogroup_ |
| dmlite::BuiltInAuthnFactory::BuiltInAuthnFactory | ( | ) |
| dmlite::BuiltInAuthnFactory::~BuiltInAuthnFactory | ( | ) |
| void dmlite::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 |
Reimplemented from dmlite::BaseFactory.
| Authn* dmlite::BuiltInAuthnFactory::createAuthn | ( | PluginManager * | pm | ) | throw (DmException) [virtual] |
std::string dmlite::BuiltInAuthnFactory::nobody_ [private] |
std::string dmlite::BuiltInAuthnFactory::nogroup_ [private] |
1.4.7