Leosac
0.8.0
Open Source Access Control
|
#include "FileAuthSourceMapper.hpp"
#include "LeosacFwd.hpp"
#include "core/auth/AuthFwd.hpp"
#include "core/tasks/Task.hpp"
#include <fstream>
#include <zmqpp/zmqpp.hpp>
Go to the source code of this file.
Classes | |
struct | Leosac::Module::Auth::AuthResult |
class | Leosac::Module::Auth::AuthFileInstance |
An instance of an authentication handler that use files to check whether or not access is granted or denied. More... | |
Namespaces | |
Leosac | |
This is the header file for a generated source file, GitSHA1.cpp. | |
Leosac::Module | |
All modules that provides features to Leosac shall be in this namespace. | |
Leosac::Module::Auth | |
Authentication backend modules live here. | |
Typedefs | |
using | Leosac::Module::Auth::AuthFileInstancePtr = std::shared_ptr< AuthFileInstance > |