20#ifndef GEODE_AUTHINITIALIZE_H_
21#define GEODE_AUTHINITIALIZE_H_
30#include "internal/geode_globals.hpp"
64 const std::shared_ptr<Properties>& securityprops,
65 const std::string& server) = 0;
Specifies the mechanism to obtain credentials for a client.
Definition: AuthInitialize.hpp:49
virtual void close()=0
Invoked before the cache goes down.
virtual std::shared_ptr< Properties > getCredentials(const std::shared_ptr< Properties > &securityprops, const std::string &server)=0
initialize with the given set of security properties and return the credentials for the client as pro...