#include "dmlite/common/config.h"
#include "base.h"
#include "exceptions.h"
#include "utils/extensible.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.
Namespaces | |
namespace | dmlite |
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... |