Type definition used by VortexSaslCommonHandler which transports all properties required by a particular SASL profile. More...
Data Fields | |
| const char * | anonymous_token |
| Anonymous token used by VORTEX_SASL_ANONYMOUS profile. | |
| const char * | auth_id |
| auth_id value (the user login) used by VORTEX_SASL_PLAIN, VORTEX_SASL_CRAM_MD5 and VORTEX_SASL_DIGEST_MD5. | |
| const char * | authorization_id |
| authorization_id (the user login on behalf which the connection will act) used by VORTEX_SASL_EXTERNAL and optional for VORTEX_SASL_PLAIN and VORTEX_SASL_DIGEST_MD5. | |
| const char * | mech |
| Mechanism being validated. | |
| const char * | password |
| the password value used by VORTEX_SASL_PLAIN. | |
| const char * | realm |
| Realm or domain where the SASL auth process is taking place. | |
| axl_bool | return_password |
| Allows to signal the handler is returning a password. | |
| const char * | serverName |
| In the case serverName is still not defined on the connection, this field provides a reference to the serverName requested along with the SASL request. | |
Type definition used by VortexSaslCommonHandler which transports all properties required by a particular SASL profile.
Keep in mind not all fields are filled: each SASL profile requires different values.