Leosac
0.8.0
Open Source Access Control
|
#include "core/auth/AuthFwd.hpp"
#include "core/auth/Interfaces/IAuthSourceMapper.hpp"
#include "core/auth/Interfaces/IAuthenticationSource.hpp"
#include "core/auth/SimpleAccessProfile.hpp"
#include "core/credentials/CredentialFwd.hpp"
#include "tools/ScheduleMapping.hpp"
#include "tools/SingleTimeFrame.hpp"
#include "tools/XmlNodeNameEnforcer.hpp"
#include "tools/XmlScheduleLoader.hpp"
#include <boost/property_tree/ptree.hpp>
#include <map>
#include <string>
#include <unordered_map>
#include <utility>
Go to the source code of this file.
Classes | |
class | Leosac::Module::Auth::FileAuthSourceMapper |
Use a file to map auth source (card, PIN, etc) to user. 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::FileAuthSourceMapperPtr = std::shared_ptr< FileAuthSourceMapper > |