dmlite
0.6
|
#include <Authn.h>
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_ |
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] |
Instantiate a implementation of Authn.
Reimplemented from dmlite::AuthnFactory.
std::string dmlite::BuiltInAuthnFactory::nobody_ [private] |
std::string dmlite::BuiltInAuthnFactory::nogroup_ [private] |