SASLQOP
- Last Updated: October 28, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
Purpose
Specifies the quality of protection used for SASL mechanisms when Kerberos
authentication is enabled (AuthenticationMethod=kerberos).
Valid Values
auth | auth-int
| auth-conf
Behavior
If set to auth, the driver uses
authentication for SASL mechanisms.
If set to auth-int, the driver uses
authentication and integrity protection for SASL mechanisms.
If set to auth-conf, the driver uses authentication and
confidentiality protection for SASL mechanisms.
Data Source Method
setSASLQOP
Notes
- The setting of this property should match that of the
hive.server2.thrift.sasl.qopproperty on the server.
Default
auth
Data Type
String