|
enum | credential_type { username_password
, token
} |
|
| credentials (const std::string &name) |
const std::string & | name () const |
virtual credential_type | type () const =0 |
Definition at line 55 of file client_config.h.
◆ credential_type
enum hazelcast::client::security::credentials::credential_type |
Definition at line 58 of file client_config.h.
59 {
60 username_password,
61 token
62 };
◆ credentials()
hazelcast::client::security::credentials::credentials |
( |
const std::string & | name | ) |
|
◆ ~credentials()
hazelcast::client::security::credentials::~credentials |
( |
| ) |
|
|
virtual |
◆ name()
const std::string & hazelcast::client::security::credentials::name |
( |
| ) |
const |
Definition at line 1430 of file config.cpp.
1431{
1432 return name_;
1433}
The documentation for this class was generated from the following files: