dmlite
0.6
|
#include <authn.h>
Public Member Functions | |
virtual | ~AuthnFactory () |
Destructor. | |
Protected Member Functions | |
virtual Authn * | createAuthn (PluginManager *pm) throw (DmException) |
Instantiate a implementation of Authn. | |
Static Protected Member Functions | |
static Authn * | createAuthn (AuthnFactory *factory, PluginManager *pm) throw (DmException) |
Children of AuthnFactory are allowed to instantiate too (decorator) | |
Friends | |
class | StackInstance |
virtual dmlite::AuthnFactory::~AuthnFactory | ( | ) | [virtual] |
Destructor.
static Authn* dmlite::AuthnFactory::createAuthn | ( | AuthnFactory * | factory, |
PluginManager * | pm | ||
) | throw (DmException) [static, protected] |
Children of AuthnFactory are allowed to instantiate too (decorator)
virtual Authn* dmlite::AuthnFactory::createAuthn | ( | PluginManager * | pm | ) | throw (DmException) [protected, virtual] |
Instantiate a implementation of Authn.
Reimplemented in dmlite::BuiltInAuthnFactory.
friend class StackInstance [friend] |