dmlite  0.6
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.

Private Attributes

std::string nobody_
std::string nogroup_

Constructor & Destructor Documentation


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.

Instantiate a implementation of Authn.

Reimplemented from dmlite::AuthnFactory.


Member Data Documentation

std::string dmlite::BuiltInAuthnFactory::nobody_ [private]

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