00001 #ifndef __GEMFIRE_AUTHINITIALIZE_H__
00002 #define __GEMFIRE_AUTHINITIALIZE_H__
00003
00004
00005
00006
00007
00008
00009
00010
00015 #include "gfcpp_globals.hpp"
00016 #include "gf_types.hpp"
00017
00018 namespace gemfire
00019 {
00020
00032 class CPPCACHE_EXPORT AuthInitialize : public SharedBase
00033 {
00034
00035 public:
00036
00047 virtual PropertiesPtr getCredentials(PropertiesPtr& securityprops, const char * server) = 0;
00048
00050 virtual void close() = 0;
00051 };
00052
00053 }
00054
00055 #endif //ifndef __GEMFIRE_AUTHINITIALIZE_H__