dmlite  0.4
Public Member Functions | Private Attributes
dmlite::BuiltInAuthnFactory Class Reference

#include <Authn.h>

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

List of all members.

Public Member Functions

 BuiltInAuthnFactory ()
 ~BuiltInAuthnFactory ()
void configure (const std::string &key, const std::string &value) throw (DmException)
AuthncreateAuthn (PluginManager *pm) throw (DmException)
 Instantiate a implementation of Authn.
- Public Member Functions inherited from dmlite::AuthnFactory
virtual ~AuthnFactory ()
 Destructor.
- Public Member Functions inherited from dmlite::BaseFactory
virtual ~BaseFactory ()
 Virtual destructor.

Private Attributes

std::string nobody_

Additional Inherited Members

- Static Protected Member Functions inherited from dmlite::AuthnFactory
static AuthncreateAuthn (AuthnFactory *factory, PluginManager *pm) throw (DmException)
 Children of AuthnFactory are allowed to instantiate too (decorator)

Constructor & Destructor Documentation

BuiltInAuthnFactory::BuiltInAuthnFactory ( )
BuiltInAuthnFactory::~BuiltInAuthnFactory ( )

Member Function Documentation

void BuiltInAuthnFactory::configure ( const std::string &  key,
const std::string &  value 
) throw (DmException)
virtual

Set a configuration parameter

Parameters:
keyThe configuration parameter
valueThe value for the configuration parameter

Implements dmlite::BaseFactory.

Authn * BuiltInAuthnFactory::createAuthn ( PluginManager pm) throw (DmException)
virtual

Instantiate a implementation of Authn.

Implements dmlite::AuthnFactory.


Member Data Documentation

std::string dmlite::BuiltInAuthnFactory::nobody_
private

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