|
dmlite
0.6
|
#include <Authn.h>


Public Member Functions | |
| BuiltInAuthnFactory () | |
| ~BuiltInAuthnFactory () | |
| void | configure (const std::string &key, const std::string &value) |
| Authn * | createAuthn (PluginManager *pm) |
| Instantiate a implementation of Authn. More... | |
Public Member Functions inherited from dmlite::AuthnFactory | |
| virtual | ~AuthnFactory () |
| Destructor. More... | |
Public Member Functions inherited from dmlite::BaseFactory | |
| virtual | ~BaseFactory () |
| Virtual destructor. More... | |
Private Attributes | |
| std::string | nobody_ |
| std::string | nogroup_ |
Additional Inherited Members | |
Static Protected Member Functions inherited from dmlite::AuthnFactory | |
| static Authn * | createAuthn (AuthnFactory *factory, PluginManager *pm) |
| Children of AuthnFactory are allowed to instantiate too (decorator) More... | |
| dmlite::BuiltInAuthnFactory::BuiltInAuthnFactory | ( | ) |
| dmlite::BuiltInAuthnFactory::~BuiltInAuthnFactory | ( | ) |
|
virtual |
Set a configuration parameter
| key | The configuration parameter |
| value | The value for the configuration parameter |
Reimplemented from dmlite::BaseFactory.
|
virtual |
Instantiate a implementation of Authn.
Reimplemented from dmlite::AuthnFactory.
|
private |
|
private |
1.8.5