UseJGSS
Specify whether to use native Java Kerberos Authentication (JGSS) for Kerberos Authentication.
データ型
bool
デフォルト値
false
解説
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.