21 #ifndef HAZELCAST_Credentials
22 #define HAZELCAST_Credentials
24 #include "hazelcast/client/serialization/Portable.h"
42 virtual const std::string &getEndpoint()
const = 0;
49 virtual void setEndpoint(
const std::string &endpoint) = 0;
56 virtual const std::string &getPrincipal()
const = 0;
70 #endif //HAZELCAST_Credentials
Credentials is a container object for endpoint (Members and Clients) security attributes.
Definition: Credentials.h:35
virtual ~Credentials()
Destructor.
Definition: Credentials.h:61
Definition: MapEntryView.h:32
Classes that will be used with hazelcast data structures like IMap, IQueue etc should either inherit ...
Definition: Portable.h:49