#include <AuthenticationConfiguration.h>
AuthenticationConfiguration object along with its builder represent the preferred approach for configuring authentication. Usually applications configure an AuthenticationConfigurationBuilder object and build an AuthenticationConfiguration from it invoking AuthenticationConfigurationBuilder.create().
infinispan::hotrod::AuthenticationConfiguration::AuthenticationConfiguration |
( |
std::vector< sasl_callback_t > |
callbackHandler, |
|
|
bool |
enabled, |
|
|
std::string |
saslMechanism, |
|
|
std::string |
serverFQDN |
|
) |
| |
|
inline |
infinispan::hotrod::AuthenticationConfiguration::AuthenticationConfiguration |
( |
| ) |
|
|
inline |
const std::vector<sasl_callback_t>& infinispan::hotrod::AuthenticationConfiguration::getCallbackHandler |
( |
| ) |
const |
|
inline |
- Returns
- the set of callbacks used by the SASL layer
const std::string& infinispan::hotrod::AuthenticationConfiguration::getSaslMechanism |
( |
| ) |
const |
|
inline |
- Returns
- the SASL mechanism in use
const std::string& infinispan::hotrod::AuthenticationConfiguration::getServerFqdn |
( |
| ) |
const |
|
inline |
- Returns
- the server name used by the SASL layer
bool infinispan::hotrod::AuthenticationConfiguration::isEnabled |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: