UseJGSS
Specify whether to use native Java Kerberos Authentication (JGSS) for Kerberos Authentication.
Data Type
bool
Default Value
false
Remarks
By default the connector uses an internal Kerberos implementation. Enabling this option makes it use Kerberos credentials attached to the current security Subject. The connector uses impersonation credentials if they are available (from Subject.getPrivateCredentials), otherwise the Subject's normal credentials are used.