LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <IslogKeyServer.hpp>
Classes | |
struct | IKSConfig |
Public Member Functions | |
IslogKeyServer ()=delete | |
IslogKeyServer (const IslogKeyServer &)=delete | |
Static Public Member Functions | |
static void | configureGlobalInstance (const std::string &ip, uint16_t port, const std::string &client_cert, const std::string &client_key, const std::string &root_ca) |
static IKSConfig | get_global_config () |
Private Attributes | |
IKSConfig | config_ |
Static Private Attributes | |
static IKSConfig | pre_configuration_ |
Main interface with the Islog Key Server.
This object is movable but not copyable.
|
delete |
|
delete |
|
static |
Pre-configure the global IKS instance.
This method should be called before calling fromGlobalSettings()
.
|
static |
Retrieve a copy of the global IKS configuration.
|
private |
|
staticprivate |
The registered pre-configuration is stored here.