dmlite
0.6
|
#include <authn.h>
Public Member Functions | |
virtual | ~AuthnFactory () |
Destructor. More... | |
![]() | |
virtual | ~BaseFactory () |
Virtual destructor. More... | |
virtual void | configure (const std::string &key, const std::string &value) |
Protected Member Functions | |
virtual Authn * | createAuthn (PluginManager *pm) |
Instantiate a implementation of Authn. More... | |
Static Protected Member Functions | |
static Authn * | createAuthn (AuthnFactory *factory, PluginManager *pm) |
Children of AuthnFactory are allowed to instantiate too (decorator) More... | |
Friends | |
class | StackInstance |
|
virtual |
Destructor.
|
staticprotected |
Children of AuthnFactory are allowed to instantiate too (decorator)
|
protectedvirtual |
Instantiate a implementation of Authn.
Reimplemented in dmlite::BuiltInAuthnFactory.
|
friend |