1 #ifndef COND_XMLAUTHENTITACTIONSERVICE_H 2 #define COND_XMLAUTHENTITACTIONSERVICE_H 7 #include "RelationalAccess/IAuthenticationService.h" 8 #include "CoralKernel/Service.h" 9 #include "CoralKernel/Property.h" 17 class AuthenticationCredentials;
28 virtual public coral::IAuthenticationService,
const coral::IAuthenticationCredentials & credentials(const std::string &connectionString) const override
coral::Property::CallbackID m_callbackID
coral_bridge::AuthenticationCredentialSet m_cache
std::string m_authenticationPath
The input file with the data.
void setAuthenticationPath(const std::string &inputPath)
Sets the input file name.
std::string principalName() override
~RelationalAuthenticationService() override
Standard Destructor.
CredentialStore m_db
The service providing the authentication data.
RelationalAuthenticationService(const std::string &name)
Standard Constructor.