]> granicus.if.org Git - icinga2/commit
Implement the ApiUser object type
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 22 Jun 2015 15:51:11 +0000 (17:51 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 24 Jun 2015 12:28:52 +0000 (14:28 +0200)
commit14f5986aa52c8e6568907e14f90805f90075f531
tree4dc0efbf4c2fb3934f2da45ae9a549841fc8802f
parent99a0c7b157a2f50e06b66d420d13ae5b4ddd6972
Implement the ApiUser object type

Hide password in GetPassword() and add CheckPassword().
Includes basic unit tests.

refs #9471
lib/remote/CMakeLists.txt
lib/remote/apiuser.cpp [new file with mode: 0644]
lib/remote/apiuser.hpp [new file with mode: 0644]
lib/remote/apiuser.ti [new file with mode: 0644]
test/CMakeLists.txt
test/remote-apiuser.cpp [new file with mode: 0644]