#include <authn.h>
Inherits dmlite::BaseFactory.
Inherited by dmlite::BuiltInAuthnFactory.

Public Member Functions | |
| virtual | ~AuthnFactory () |
| Destructor. | |
Protected Member Functions | |
| virtual Authn * | createAuthn (PluginManager *pm)=0 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 |
| AuthnFactory::~AuthnFactory | ( | ) | [virtual] |
Destructor.
| virtual Authn* dmlite::AuthnFactory::createAuthn | ( | PluginManager * | pm | ) | throw (DmException) [protected, pure virtual] |
Instantiate a implementation of Authn.
Implemented in dmlite::BuiltInAuthnFactory.
| Authn * AuthnFactory::createAuthn | ( | AuthnFactory * | factory, | |
| PluginManager * | pm | |||
| ) | throw (DmException) [static, protected] |
Children of AuthnFactory are allowed to instantiate too (decorator).
friend class StackInstance [friend] |
1.6.1