#include <authn.h>
Inherits dmlite::BaseFactory.
Inherited by dmlite::BuiltInAuthnFactory.
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.
virtual Authn* dmlite::AuthnFactory::createAuthn | ( | PluginManager * | pm | ) | throw (DmException) [protected, virtual] |
Instantiate a implementation of Authn.
Reimplemented in dmlite::BuiltInAuthnFactory.
static Authn* dmlite::AuthnFactory::createAuthn | ( | AuthnFactory * | factory, | |
PluginManager * | pm | |||
) | throw (DmException) [static, protected] |
Children of AuthnFactory are allowed to instantiate too (decorator).
friend class StackInstance [friend] |