![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
Public Member Functions | |
username_password_credentials (const std::string &name, const std::string &password) | |
const std::string & | password () const |
credential_type | type () const override |
Public Member Functions inherited from hazelcast::client::security::credentials | |
credentials (const std::string &name) | |
const std::string & | name () const |
Additional Inherited Members | |
Public Types inherited from hazelcast::client::security::credentials | |
enum | credential_type { username_password , token } |
Definition at line 76 of file client_config.h.
hazelcast::client::security::username_password_credentials::username_password_credentials | ( | const std::string & | name, |
const std::string & | password ) |
Definition at line 1391 of file config.cpp.
const std::string & hazelcast::client::security::username_password_credentials::password | ( | ) | const |
Definition at line 1399 of file config.cpp.
|
overridevirtual |
Implements hazelcast::client::security::credentials.
Definition at line 1405 of file config.cpp.