VMware Tanzu GemFire Native C++ Reference 10.2.7
|
Specifies the mechanism to obtain credentials for a client. More...
#include <AuthInitialize.hpp>
Public Member Functions | |
virtual void | close ()=0 |
Invoked before the cache goes down. More... | |
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 properties. More... | |
Specifies the mechanism to obtain credentials for a client.
It is mandantory for clients when the server is running in secure mode having a security-client-authenticator
module specified. Implementations should register the library path as security-client-auth-library
system property and factory function (a zero argument function returning pointer to an AuthInitialize object) as the security-client-auth-factory
system property.
|
pure virtual |
Invoked before the cache goes down.
|
pure virtual |
initialize with the given set of security properties and return the credentials for the client as properties.
securityprops | the set of security properties provided to the DistributedSystem.connect method |
server | it is the ID of the current endpoint. The format expected is "host:port". |
server