dmlite  0.6
Public Member Functions | Private Attributes | List of all members
dmlite::BuiltInAuthnFactory Class Reference

#include <Authn.h>

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

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. More...
 
- Public Member Functions inherited from dmlite::AuthnFactory
virtual ~AuthnFactory ()
 Destructor. More...
 
- Public Member Functions inherited from dmlite::BaseFactory
virtual ~BaseFactory ()
 Virtual destructor. More...
 

Private Attributes

std::string nobody_
 
std::string nogroup_
 

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) More...
 

Constructor & Destructor Documentation

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

Member Function Documentation

void dmlite::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

Reimplemented from dmlite::BaseFactory.

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

Instantiate a implementation of Authn.

Reimplemented from dmlite::AuthnFactory.

Member Data Documentation

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

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