VMware GemFire Native Client Cache Reference  9.0.6
AuthInitialize.hpp
Go to the documentation of this file.
1 #ifndef __GEMFIRE_AUTHINITIALIZE_H__
2 #define __GEMFIRE_AUTHINITIALIZE_H__
3 /*=========================================================================
4  * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved.
5  * This product is protected by U.S. and international copyright
6  * and intellectual property laws. Pivotal products are covered by
7  * more patents listed at http://www.pivotal.io/patents.
8  *========================================================================
9  */
10 
15 #include "gfcpp_globals.hpp"
16 #include "gf_types.hpp"
17 
18 namespace gemfire
19 {
20 
33 {
34 
35 public:
36 
47  virtual PropertiesPtr getCredentials(PropertiesPtr& securityprops, const char * server) = 0;
48 
50  virtual void close() = 0;
51 };
52 
53 } //namespace gemfire
54 
55 #endif //ifndef __GEMFIRE_AUTHINITIALIZE_H__
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:31
Specifies the mechanism to obtain credentials for a client.
Definition: AuthInitialize.hpp:32

GemFire C++ Cache API Documentation