dmlite  0.4
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Friends
dmlite::AuthnFactory Class Reference

AuthnFactory. More...

#include <authn.h>

Inheritance diagram for dmlite::AuthnFactory:
Inheritance graph
[legend]
Collaboration diagram for dmlite::AuthnFactory:
Collaboration graph
[legend]

List of all members.

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)=0 throw (DmException)

Protected Member Functions

virtual AuthncreateAuthn (PluginManager *pm)=0 throw (DmException)
 Instantiate a implementation of Authn.

Static Protected Member Functions

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

Friends

class StackInstance

Detailed Description

AuthnFactory.


Constructor & Destructor Documentation

AuthnFactory::~AuthnFactory ( )
virtual

Destructor.


Member Function Documentation

Authn * AuthnFactory::createAuthn ( AuthnFactory factory,
PluginManager pm 
) throw (DmException)
staticprotected

Children of AuthnFactory are allowed to instantiate too (decorator)

virtual Authn* dmlite::AuthnFactory::createAuthn ( PluginManager pm) throw (DmException)
protectedpure virtual

Instantiate a implementation of Authn.

Implemented in dmlite::BuiltInAuthnFactory.


Friends And Related Function Documentation

friend class StackInstance
friend

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