InfinispanHotRodC++Client
8.2.0.Alpha1
|
#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
|
inline |
Selects the SASL mechanism to use for the connection to the server
|
inline |
Sets the name of the server as expected by the SASL protocol