dmlite 0.6
dmlite::AuthnFactory Class Reference

AuthnFactory. More...

#include <authn.h>

Inheritance diagram for dmlite::AuthnFactory:
Collaboration diagram for dmlite::AuthnFactory:

Public Member Functions

virtual ~AuthnFactory ()
 Destructor.
 
- Public Member Functions inherited from dmlite::BaseFactory
virtual ~BaseFactory ()
 Virtual destructor.
 
virtual void configure (const std::string &key, const std::string &value)
 

Protected Member Functions

virtual AuthncreateAuthn (PluginManager *pm)
 Instantiate a implementation of Authn.
 

Static Protected Member Functions

static AuthncreateAuthn (AuthnFactory *factory, PluginManager *pm)
 Children of AuthnFactory are allowed to instantiate too (decorator)
 

Friends

class StackInstance
 

Detailed Description

Constructor & Destructor Documentation

◆ ~AuthnFactory()

virtual dmlite::AuthnFactory::~AuthnFactory ( )
virtual

Destructor.

Member Function Documentation

◆ createAuthn() [1/2]

static Authn * dmlite::AuthnFactory::createAuthn ( AuthnFactory * factory,
PluginManager * pm )
staticprotected

Children of AuthnFactory are allowed to instantiate too (decorator)

◆ createAuthn() [2/2]

virtual Authn * dmlite::AuthnFactory::createAuthn ( PluginManager * pm)
protectedvirtual

Instantiate a implementation of Authn.

Reimplemented in dmlite::BuiltInAuthnFactory.

Friends And Related Symbol Documentation

◆ StackInstance

friend class StackInstance
friend

The documentation for this class was generated from the following file: