dmlite
0.4
|
Authentication API. Any sort of security check is plugin-specific. More...
#include <string>
#include <vector>
#include "base.h"
#include "exceptions.h"
#include "utils/extensible.h"
Go to the source code of this file.
Classes | |
struct | dmlite::SecurityCredentials |
Security credentials. To be filled by the front-end. More... | |
struct | dmlite::UserInfo |
struct | dmlite::GroupInfo |
struct | dmlite::SecurityContext |
Security context. To be created by the Authn. More... | |
class | dmlite::Authn |
class | dmlite::AuthnFactory |
AuthnFactory. More... |
Namespaces | |
namespace | dmlite |
Namespace for the libdm C++ API. |
Authentication API. Any sort of security check is plugin-specific.