Purpose

Specifies the GSS credential object used to instantiate Kerberos constrained delegation. Constrained delegation is a Kerberos mechanism that allows a client application to delegate authentication to a second service.

Important: Because the value of this property is a Java object, it cannot be specified in a connection URL. It can only be passed as a Properties or DataSource object.

Valid Values

string

where:

string
is the name of the GSS credential object.

Notes

  • AuthenticationMethod must be set to kerberos to use constrained delegation.

Data Source Method

public String getGSSCredential()

public void setGSSCredential(String)

Default

Null

Data type

String

See also