Leosac
0.8.0
Open Source Access Control
|
Test the mapping of wiegand-card to user from a file. More...
Public Member Functions | |
AuthFileMapperTest () | |
~AuthFileMapperTest () | |
bool | is_in_group (const std::string &user_name, const std::string &group_name, IAuthSourceMapper *mapper) |
Public Attributes | |
std::chrono::system_clock::time_point | date_monday_12_00 |
std::chrono::system_clock::time_point | date_monday_16_31 |
std::chrono::system_clock::time_point | date_sunday_18_50 |
std::chrono::system_clock::time_point | date_wednesday_23_42 |
std::chrono::system_clock::time_point | date_thursday_14_00 |
AuthTargetPtr | doorA_ |
AuthTargetPtr | doorB_ |
AuthTargetPtr | doorC_ |
IAuthSourceMapper * | mapper_ |
IAuthSourceMapper * | mapper2_ |
IAuthSourceMapper * | mapper3_ |
IAuthSourceMapper * | mapper4_ |
IAuthSourceMapper * | mapper5_ |
IAuthSourceMapper * | mapper6_ |
IAuthSourceMapper * | mapper7_ |
Cred::RFIDCardPtr | my_card_ |
Cred::RFIDCardPtr | my_card2_ |
Cred::RFIDCardPtr | unknown_card_ |
Cred::PinCodePtr | my_pin_ |
Cred::RFIDCardPinPtr | card_and_pin_ |
Test the mapping of wiegand-card to user from a file.
Definition at line 56 of file AuthFile.cpp.
|
inline |
Definition at line 59 of file AuthFile.cpp.
|
inline |
Definition at line 138 of file AuthFile.cpp.
|
inline |
Definition at line 149 of file AuthFile.cpp.
Cred::RFIDCardPinPtr Leosac::Test::AuthFileMapperTest::card_and_pin_ |
Definition at line 191 of file AuthFile.cpp.
std::chrono::system_clock::time_point Leosac::Test::AuthFileMapperTest::date_monday_12_00 |
Definition at line 167 of file AuthFile.cpp.
std::chrono::system_clock::time_point Leosac::Test::AuthFileMapperTest::date_monday_16_31 |
Definition at line 168 of file AuthFile.cpp.
std::chrono::system_clock::time_point Leosac::Test::AuthFileMapperTest::date_sunday_18_50 |
Definition at line 169 of file AuthFile.cpp.
std::chrono::system_clock::time_point Leosac::Test::AuthFileMapperTest::date_thursday_14_00 |
Definition at line 171 of file AuthFile.cpp.
std::chrono::system_clock::time_point Leosac::Test::AuthFileMapperTest::date_wednesday_23_42 |
Definition at line 170 of file AuthFile.cpp.
AuthTargetPtr Leosac::Test::AuthFileMapperTest::doorA_ |
Definition at line 172 of file AuthFile.cpp.
AuthTargetPtr Leosac::Test::AuthFileMapperTest::doorB_ |
Definition at line 173 of file AuthFile.cpp.
AuthTargetPtr Leosac::Test::AuthFileMapperTest::doorC_ |
Definition at line 174 of file AuthFile.cpp.
IAuthSourceMapper* Leosac::Test::AuthFileMapperTest::mapper2_ |
Definition at line 177 of file AuthFile.cpp.
IAuthSourceMapper* Leosac::Test::AuthFileMapperTest::mapper3_ |
Definition at line 178 of file AuthFile.cpp.
IAuthSourceMapper* Leosac::Test::AuthFileMapperTest::mapper4_ |
Definition at line 180 of file AuthFile.cpp.
IAuthSourceMapper* Leosac::Test::AuthFileMapperTest::mapper5_ |
Definition at line 182 of file AuthFile.cpp.
IAuthSourceMapper* Leosac::Test::AuthFileMapperTest::mapper6_ |
Definition at line 184 of file AuthFile.cpp.
IAuthSourceMapper* Leosac::Test::AuthFileMapperTest::mapper7_ |
Definition at line 186 of file AuthFile.cpp.
IAuthSourceMapper* Leosac::Test::AuthFileMapperTest::mapper_ |
Definition at line 175 of file AuthFile.cpp.
Cred::RFIDCardPtr Leosac::Test::AuthFileMapperTest::my_card2_ |
Definition at line 188 of file AuthFile.cpp.
Cred::RFIDCardPtr Leosac::Test::AuthFileMapperTest::my_card_ |
Definition at line 187 of file AuthFile.cpp.
Cred::PinCodePtr Leosac::Test::AuthFileMapperTest::my_pin_ |
Definition at line 190 of file AuthFile.cpp.
Cred::RFIDCardPtr Leosac::Test::AuthFileMapperTest::unknown_card_ |
Definition at line 189 of file AuthFile.cpp.