Red Hat Data Grid HotRod C++ Client
7.2.0
|
#include <AuthenticationConfigurationBuilder.h>
Public Member Functions | |
AuthenticationConfiguration | create () |
AuthenticationConfigurationBuilder & | callbackHandler (std::vector< sasl_callback_t > &callbackHandler) |
AuthenticationConfigurationBuilder & | enabled (bool enabled) |
AuthenticationConfigurationBuilder & | enable () |
AuthenticationConfigurationBuilder & | disable () |
AuthenticationConfigurationBuilder & | saslMechanism (std::string saslMechanism) |
AuthenticationConfigurationBuilder & | serverFQDN (std::string serverFQDN) |
|
inline |
Specifies a set of callbacks to be used during the authentication handshake.
|
inline |
|
inline |
Disables authentication
|
inline |
Enables authentication
|
inline |
Configures whether authentication should be enabled or not
enabled | boolean |
|
inline |
Selects the SASL mechanism to use for the connection to the server
saslMechanism | the select mechanism: PLAIN, DIGEST-MD5, GSSAPI are available |
|
inline |
Sets the name of the server as expected by the SASL protocol