dmlite  0.6
Classes | Namespaces
authn.h File Reference

Authentication API. Any sort of security check is plugin-specific. More...

#include "dmlite/common/config.h"
#include "base.h"
#include "exceptions.h"
#include "utils/extensible.h"
#include "utils/logger.h"
#include <string>
#include <vector>
Include dependency graph for authn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dmlite::SecurityCredentials
 Security credentials. To be filled by the front-end. More...
 
class  dmlite::UserInfo
 
class  dmlite::GroupInfo
 
class  dmlite::SecurityContext
 Security context. To be created by the Authn. More...
 
class  dmlite::Authn
 
class  dmlite::AuthnFactory
 AuthnFactory. More...
 

Namespaces

 dmlite
 Namespace for the dmlite C++ API.
 

Detailed Description

Authentication API. Any sort of security check is plugin-specific.

Author
Alejandro Álvarez Ayllón aalva.nosp@m.rez@.nosp@m.cern..nosp@m.ch